body
{
	font-family: Times New Roman, Times;
	font-size: 12pt;
	background-color: rgb(200,202,154);
	color: rgb(153,0,0);
}
a:link
{
	color: rgb(153,0,0);
	text-decoration: none; 
}
a:visited
{
	color: rgb(153,0,0);
	text-decoration: none; 
} 
a:active
{
	color: rgb(153,0,0);
	text-decoration: none;
}

DIV.ext A:link { color: blue; text-decoration: underline;}
DIV.ext A:visited { color: purple; text-decoration: underline;}
DIV.ext A:active { color: blue; text-decoration: underline;}

DIV.under A:link { text-decoration: underline;}
DIV.under A:visited { text-decoration: underline;}
DIV.under A:active { text-decoration: underline;}


table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(153,0,0); 
}
h3
{
	color: rgb(153,0,0); 
}
h4
{
	color: rgb(153,0,0);
}
h5
{
	color: rgb(153,0,0);
}
h6
{
	color: rgb(153,0,0);
}

