BODY {
	
	
	font-family : "Times New Roman", serif;
	font-size : medium;
	font-weight : bold;
	color : white;
	background-color: Black;
}

A:visited {
	color : yellow;
	}

A:HOVER {
	color : Red;
}
A{
color: white;

}
H1 { font-family: "Times New Roman", Times, serif; 
text-align: center; }
H2 { font-family: "Times New Roman", Times, serif; 
text-align: center;}
	H3{ font-family: "Times New Roman", Times, serif;
	text-align: center; background-color: Black; }
Table { text-align: center;
	background-color : Lime;
	border : medium double;
	border-left: medium double;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	font: bold; color : black;
 }
th {
	background-color : Silver;
	border-style: double;
}
Tr {
	border-style: double;
	vertical-align: top;
	}

Td { border-style: double;
text-align: left;
padding-left: 1em }



UL{ list-style: disc; }	

LI{ list-style: circle; }

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
