

body {
	background-image:  url("bg.gif");
	color: Navy; 
	margin-left: .7in; 
	margin-right: .5in; 
	margin-top: .5in; 
	margin-bottom: .5in; 
	text-align: justify;
	}
a {
	text-decoration: none; 
	color: blue;}
a:hover {
	text-decoration: underline;
	color: Red;
	font-weight: bold;}
td {
	color: Navy; 
	font-size: medium; 
	font-weight: bold;
	}
