p  {
	font-size : 14px;
	font-family : arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}
h1  {
	font-size : 22px;
	font-family : arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #0000cc;
	text-align: center;
}
h2  {
	font-size : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #990000;
}
h3  {
	font-size : 18px;
	font-family : arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #6666cc;
}
h4  {
	font-size : 16px;
	font-family : arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #000000;
}
h5 {
   	font-size: 13px;
   	font-family: arial, Helvetica, sans-serif;
   	font-weight: bold;
   	font-style: italic;
   	color: #000033;
}
a  {
	color: #974701;
	text-decoration : none;
}
a:visited  {
	color : #666666;
	text-decoration : none;
}
a:active  {
	color : #974701;
	text-decoration : none;
}
a:hover  {
	color : #974701;
	text-decoration : underline overline;
    background: #ffffff;
}
body  {
	font-size : 14px;
	font-family : arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #ffffff;
}
td  {
	font-size : 12px;
	font-family : arial, Helvetica, sans-serif;
	color : #000000;
   	text-align : center;
   	background-color: #f9d9c3;
}
th  {
	font-size : 14px;
	font-family : arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #000000;
   	background : #ffffff;
}
.first {
    	font-size: 20px;
}
img {
	vertical-align: middle;
	border: 0;
}
#welcome {
	width: 75%;
	border: 3px solid #ffd229;
	padding: 5px;
	background: #f9d9c3;
	color: inherit;
	margin-left: auto;
	margin-right: auto;
}
#welcome td {
	font-size: 15px;
}
.alc {
	margin-left: auto;
	margin-right: auto;
}
#grade {
	border: 3px solid #974701;
	padding: 5px;
	text-align: justify;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#links {
	border: 3px solid #ffd229;
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
	margin-top: 20px;
}
#links td {
	border: 1px solid #974701;
}
#banner {
	width: 651px;
	margin-left: auto;
	margin-right: auto;
}
#counter {
	background: #ffcc00;
	text-align: center;
	padding: 3px;
	border: 2px outset #cc0000;
	font-family: "Century Gothic", "CopprplGoth BT", Fantasy;
	font-size: 14px;
	color: inherit;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

