/* CSS definition file containing sitestyle stylesheets */
BODY
{
	color: rgb(0,0,0);
	font-family: arial, helvetica, sans-serif;
}
p
{
	text-align:justify;
	font-size: small;
}
small
{
	font-size: xx-small
}
A:link
{
	color: rgb(0,0,0);
}
A:visited
{
	color: rgb(153,153,255);
} 
