H1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-align:center;
	background-color:#060;
}
H2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
H3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
Td{
	font-family: Verdana;
	text-align:center;
	color: #030;
	font-size: 14px;
	font-weight: bold;
}
Th{
	font-family: Verdana;
	text-align:center;
}
BODY{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
    background-color:#090;
	color:WHITE;
}
ol{
	list-style : decimal;
	font-weight: bold;
}
A link{
	font-family: Verdana;
	font-size: 13 px;
	color:#393
	text-decoration: underline;
}
ul{
	list-style: disc;
	font-weight: bold;
}
