/* CSS Document */

/*
	Colors
------------------
Logo Blue:		#38468F
Logo Red:		#C4343E
*/


body {
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	font-family:comic sans ms, Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-indent:1.5em;
	background-image:url(../images/hands.jpg);
	background-repeat:repeat-y; 
	color:#000000;
}

p	{
	text-indent:2em;
	}
	
.small {
		text-indent:0;
		color:#38468F;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:.7em;
		}

.comments	{
	text-indent:0;
	color:#38468F;
	font-size:1em;
	font-style:italic;
	}

a:link {
	color:#38468F;
	text-decoration:none;
	}
	
a:hover	{
	color:#c4343e;
	text-decoration:underline;
	}
	
a:visited	{
	color:#25337D;
	}
	
#menu {
	text-indent: 0;
}