﻿/* CSS definition file containing sitestyle stylesheets */
BODY {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-family: Arial;
	font-size: medium;
	text-decoration: none;
}

 A:active { color: rgb(255,0,0);}

 A:link {
	color: rgb(0, 0, 255);
}

 A:hover { color: rgb(255,51,0);}
 A:visited { color: rgb(0,204,0);}
 .TextObject {
	color: rgb(0, 0, 0);
	font-family: Arial;
	font-size: small;
	background-color: #FFFFFF;
}

 P { color: rgb(255,255,255);}
 
