body {
 background-color: #000000;
 font-family: Arial,Helvetica,sans-serif;
 margin-left: 0;
 margin-right: 0;
 margin-top: 0;
 margin-bottom: 0;
}

.style1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: large;
 font-weight: bold;
 color: #66CCCC;
}

.style2 {
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none; 
	}

.style2:hover {
 background-color: #003333;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: underline overline;
 color: #00CCCC;
 font-size: large;
} 

table.table {
 text-align: center;
 border-style: solid;
 border-color: #006666;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: large;
}

td.tab {
 border-style: solid;
 border-width: thin;
 border-color: #006666;
}  

