BODY	{
	font-family: Arial, Helvetica, sans-serif;
	color: 	#00008B;
	background-color:	#FFFFFF;
	margin-left:	10px;
	margin-top:		10px;	
	}

H2	{
	margin-left: 15px;
	margin-right: 5px;
	text-align: left;
	}

A:link.bottom { color: #8B0000;
	background: transparent;
	text-decoration: none;
	 }
A:visited.bottom { color: #8B0000;
	background: transparent;
	text-decoration: none;
	}
A:active.bottom { color: blue;
	background: transparent;
	text-decoration: none;
	 }			
A:hover.bottom { color: red;
	background: transparent;
	text-decoration: underline;
	 }
			
	 
A:link.simple { color: blue;
	background: transparent;
	text-decoration: underline;
	 }
A:visited.simple { color: blue;
	background: transparent;
	text-decoration: underline;
	}
A:active.simple { color: red;
	background: transparent;
	text-decoration: underline;
	 }			
A:hover.simple { color: red;
	background: transparent;
	text-decoration: underline;
	 }
			
		 


