a:link
{
	color: rgb(225,113,0); 
}
a:visited
{
	color: rgb(0,0,128); 
} 
a:active 
{
	color: rgb(0,128,0);
}
body
{
	font-family: Trebuchet MS;
	background-color: rgb(255,255,255);
	
}
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS;
}
h1
{
	font-size:22pt; font-weight:bold
}
h2
{
	font-size:14pt; font-weight:bold 
}
h3
{
	font-size:12pt; font-weight:bold 
}
h4
{
	font-size:12pt
}
h5
{
	font-size:11pt
}
h6
{
	font-size:9pt
}