a:active
{
	color: #0000a0;
	background-color: transparent;
	text-decoration: none;
} 
a:link
{
	color: #0000a0;
	background-color: transparent;
	text-decoration: none;
} 
a:visited
{
	color: #466366;
	background-color: transparent;
	text-decoration: none;
} 
a:hover
{
	color: #552211;
	background-color: transparent;
	text-decoration: underline;
}
P.justify
{
	font-size: smaller;
	color: #000000;
	background-color: transparent;
	text-align: justify;
}
P.justifybold
{
	font-weight: 600;
	font-size: smaller;
	color: #000000;
	font-family: Arial, Sans-Serif;
	background-color: transparent;
	text-align: justify;
	text-decoration: none;
}
UL.smaller
{
	display: block;
	list-style-position: inside;
	font-size: smaller;
	list-style-type: disc;
}
body.base
{
	background-color: white;
}