/* my first style sheet */

<style> 
			Body{Background-color:#002443;}
			a:hover {color:orange}
			.mainbackground {background:blue url(../Images/Background.jpg);}
			.tableblue {background-color:#248cc7;}
			h3 {font-family:Verdana,Arial;text-align:center;color:white;font-size:24px;} 
			h1 {text-align:right;color:#002443;font-size:18px;} 
			.main {color:white; font-family:Verdana, Arial, Helvetica, sans-serif;}			
			.size34 {Font-size: 34px;}
		</style>