li {
	font-size: 14px
	font-family: Verdana;
}

ul {
	font-size: 14px;
	font: Verdana;
}

body {
	background: #FFCC99;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;

}

table {
	font-family: Verdana;
	font-size: 14px;
	border: #CC0000;
	font: bold;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
	color: #CC0000;
	text-align: center;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #CC0000;
	text-align: left;
	text-decoration: none;
	border-bottom-width: thin;
	left: auto;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	color: #CC0000;
	text-align: left;
	text-decoration: underline;
	border-bottom-width: thin; 
	left: auto;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

hr {
	border: thin solid #CC0000;
	bottom: 01px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}

