<style> {  }
a.header            { text-decoration: none; color: white}
a.header:hover      { text-decoration: underline; color: yellow }
a.header:active     { text-decoration: none; color: white }
a.body	            { text-decoration: underline; color: 0043AE }
a.body:hover	    { text-decoration: none; color: Maroon }
a.body:active       { text-decoration: none; color: Red }
body		 		{background-image: url('../images/main_pages/bluebackground.jpeg');
					 background-repeat: repeat-x}
</style>
//-->