body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	background-color: #FDF4C6;
	border: 0px none #FFFFFF;
	text-decoration: underline;


}
a:link {
	color: #000066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;


}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	text-decoration: blink;
	height: 0px;
	width: 0px;
	color: #000066;
	background-color: #FDF4C6;
	border: 0px none;
	list-style-type: none;
	position: relative;
}
a:hover {
	color: #666600;
}
