.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #FF6600;
	text-align: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #EBE9ED;
	position: absolute;
	width: 460px;
	top: 343px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: small;
	text-transform: capitalize;
	background-position: center center;
}
a:link {color: #000099}     /* unvisited link */
a:visited {color: #996600}  /* visited link */
a:hover {
	color: #FF6600;
	text-decoration: underline blink;
}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
