
body {
	background-color: #ffffCC;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #0000FF;
}

p {
	font-size:10pt;	
	font-family: Verdana, Arial;
	color:#0000ff;	
}

h1 {	font-size:22pt;
	font-weight:bold;
	color:#0000FF;
	font-style:italic;
}

h2 {	font-size:12pt;
	font-weight: bold;
	font-family:Verdana, Arial;
	color: #0000FF;
}

td {	font-family:Verdana, Arial;
	font-size: 10pt;
	color: #0000FF;
}
a:link {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #0033CC;
	text-decoration: underline;
	
}
a:visited {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #E49C16;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #9933FF;
	text-decoration: underline;
}
