BODY	{
	margin-left:  10%;
	margin-right: 10%;
}

BODY, P, TD, LI   {
	font-family:  Arial, Helvetica, sans-serif;
	color : ffffff;
	font-size: 90%;
	background-color: gray;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size: 50px;
   	font-weight: bolder;
}

A:link {
	color:#ffffff;
	background-color: transparent;
	text-decoration : none;
}

A:link:hover {
	color:#FFFF00;
	background-color: transparent;
	text-decoration : underline;
}


A:active {
	color:#ffffff;
	background-color: transparent;
	text-decoration : none;
}

A:active:hover {
	color:#FFFF00;
	background-color: transparent;
	text-decoration : underline;
}


A:visited {
	color:#ffffff;
	background-color: transparent;
	text-decoration : none;
}

A:visited:hover {
	color:#FFFF00;
	background-color: transparent;
	text-decoration : underline;
}

.trborder {
 border-top: #C0C0C0 1px solid;
 }
 
 
.nav:link {
	color:#ffffff;
	background-color: transparent;
	text-decoration : none;
}

.nav:link:hover {
	color:#FFFF00;
	background-color: transparent;
	text-decoration : underline;
}


.nav:active {
	color:#ffffff;
	background-color: transparent;
	text-decoration : none;
}

.nav:active:hover {
	color:#FFFF00;
	background-color: transparent;
	text-decoration : underline;
}


.nav:visited {
	color:#ffffff;
	background-color: transparent;
	text-decoration : none;
}

.nav:visited:hover {
	color:#FFFF00;
	background-color: transparent;
	text-decoration : underline;
} 