body{
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px0;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	background-position: top;
	background-color: #F5DEB3;
}
h2{
	font-family: "Minya Nouvelle", Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FF7F50;
}
a:link, a:visited, a:hover, a:active {
	color: #4169E1;
	text-decoration: none;
}
	
a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

table {
	
	font-size: 14px;
}



