a:link
{
	color: #0066FF; 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Verdana;
	background-color: #FFFFCC;
	font-size:12pt; text-align:left
}

h1
{
	font-family: Verdana;
	font-size:40pt; font-weight:bold; text-align:center
}
h2
{
	font-family: Verdana;
	font-size:18pt; font-weight:bold; text-align:center
}
h3
{
	font-family: Verdana;
	font-size:14pt; font-weight:bold; text-align:left
 
}
h4
{
	font-family: Verdana;
	font-size:12pt; font-weight:bold; text-align:center
}
h5
{
	font-family: Times New Roman, Times;
	color: rgb(255,153,0);
}
h6
{
	font-family: Times New Roman, Times;
	color: rgb(51,102,204);
}