a:link
{
	color: blue; 
}
a:visited
{
	color: purple; 
} 
a:active 
{
	color: rgb(204,153,51);
}
body
{
	font-family: Arial;
	background-color: #FFFFCC;
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
	font-size: 12;font-weight: regular;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
	color: black;
}

h1
{
	font-size: 24pt; font-weight: bold;
}
h2
{
	font-size: 12pt; font-weight: bold; 
}
h3
{
	font-size: 12pt;font-weight: bold;
}
h4
{
	font-size: 10pt;font-weight: bold;
}
h5
{
	font-size: 10pt; font-weight: regular;
h6
{
	font-size: 8pt;font-weight: regular;
}