BODY {
	font-family : Arial, "Times New Roman", Times, serif;
	font-size : 12px;
	font-style : normal;
	font-weight : 400;
	margin-left : 30px;
	margin-right : 15px;
	margin-top : 10px;
}

TH {
	font-family : Arial, Times, serif;
	font-size : 14px;
	font-weight : 800;
	text-align : left;
	color : #000080;
	padding-bottom : 2px;
	padding-top : 2px;
	padding-right : 15px;
}

TD {
	font-family : Arial, Times, serif;
	font-size : 12px;
	font-weight : 550;
	padding-right : 20px;
	
}

P {
	font-family : Arial, "Times New Roman", Times, serif;
	font-size : 12px;
	color : #FF0000;
	font-weight : 500;
	letter-spacing : 2px;
	text-align : left;
	padding-bottom : 10px;
	padding-top : 10px;
}


H1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 24px;
	font-style : normal;
	font-variant : normal;
	font-weight : 600;
	letter-spacing : 2px;
	text-align : center;
	padding-bottom : 5px;
	padding-top : 5px;
}

H2 {
	font-family : Arial, Times, serif;
	font-size : 20px;
	font-style : italic;
	font-weight : 600;
	letter-spacing : 2px;
	padding-bottom : 5px;
	padding-top : 5px;
}

.errortext {
	font-family : Arial, "Times New Roman", Times, serif;
	font-size : 16px;
	color : #FF0000;
	font-weight : 700;
	letter-spacing : 2px;
	text-align : center;
	padding-bottom : 10px;
	padding-top : 10px;

}

A { text-decoration: none; }

A:link  { COLOR : blue; TEXT-DECORATION : none; }

A:visited  { COLOR : blue; TEXT-DECORATION : none; }

A:active  { COLOR : blue; TEXT-DECORATION : none; }

A:hover  { COLOR : red; TEXT-DECORATION : none; }

HR {
align: center; 
COLOR: #000000; 
WIDTH: 100%; 
SIZE : 2px;
}

