body {background:#000000}
 
	A:link
		{
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		}
	
	A:active
		{
		color: #ffffff;
		text-decoration: none;
		}
 
	A:visited
		{
		color: #ffffff;
		text-decoration: none;
		}
 
A:hover
		{
		color: red;
	        font-weight: bold;
		}

p {color: white; font-size: 14px; font-weight:bold; text-align: center;}

.title {color: white; font-size: 18px; text-align: center; font-face: tahoma;}

table, th, td
{
border: 2px dashed red;
width: 700px;
}

th {text-align: left; color: white; font-size: 12px; font-face: tahoma; padding-left: 4px;}

td {text-align: center; padding: 5px; color: white; font-weight: bold; text-decoration: underline;}