body {
	/*margin-top:150px;*/
	margin-left:25px;
	background-color:#b2abab; //red 34 green 33 blue 33 grey looking color,
/*  background-image:url(images/rh_bg_001.jpg); 
	background-repeat:repeat-y; */
	background-attachment:fixed;
	}

p	{
	text-align: center;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a0505; //red 90 green 05 blue 05,
	text-align: left;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a0505; //red 90 green 05 blue 05,
	text-align: left;
	}	
	
	
a:link {
		text-decoration: none;
		color: #0000FF; //red 00 green 00 blue 100,
		}

a:visited 	{	
			text-decoration: underline;
			color: #FF0000; //red 100 green 00 blue 00,
			}

/*
a:active {	
	text-decoration:underline;
	color:#0000FF;
	}

a:hover {
	text-decoration:none;
	color:#00FF00;
	}
*/
