a:link
{
	color: teal;
}
a:visited
{
	color: teal; 
} 
a:active 
{
	color: teal;
}
body
{
	font-family:  Verdana, Arial, Helvetica;
	background-color: ff,90,01;
	color: black;
	text-align= justify;
	font-size: 10pt;
	line-height:150%
}
table
{
	table-border-color-light: rgb(255,87,06);
	table-border-color-dark: brown; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: brown;
	font-size: 24pt;
}
h2
{
	color: rgb(255,87,06);
	font-size: 18pt; 
}
h3
{
	color: rgb(204,102,0);
	font-size: 16pt; 
}
h4
{
	color: rgb(204,153,0);
	font-size: 14pt;
}
h5
{
	color: rgb(0,0,102);
	font-size: 11pt;
}
h6
{
	color: rgb(153,0,0);
	font-size: 9pt;
}