/* CSS Document */

html {margin: 0; padding: 0;}

body {
	background:url(../images/red-brown-texture.gif) repeat;
	margin: 0;
	padding: 0;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
}

p {
font-size:100%;
text-align:center;
}

.captions
{
	text-align:center; 
	font-size:large;
}

.picright {
	float:right;
	margin-left:15px;
	margin-right:20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.picleft  { 
	float:left;  
	padding-left:10px; 
	margin-right:15px; 
	margin-top: 5px; 
	margin-bottom: 5px; }
	
a:link{
	color: white;
	text-decoration: none;
	font-weight: 600;
}

a:visited{
	color: #cCcCcC;
	text-decoration: none;
	font-weight: 600;
}

a:hover{
	color: white;
	text-decoration: underline;
	font-weight: 600;
}
