BODY 	{
		SCROLLBAR-FACE-COLOR: #CC0000;
		SCROLLBAR-HIGHLIGHT-COLOR: #FFCC33;
		SCROLLBAR-SHADOW-COLOR: #FFCC33;
		SCROLLBAR-3DLIGHT-COLOR: #CC0000;
		SCROLLBAR-ARROW-COLOR:  #FFCC33;
		SCROLLBAR-TRACK-COLOR: #CC0000;
		SCROLLBAR-DARKSHADOW-COLOR: #CC0000;
		}

p 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFF99;
		}
		
P.just	{
		text-align: justify;
		}

h2 		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #FFCC33;
		}

a 		{
		color: #FFFF00;
		text-decoration: underline;
		}

a:hover {
		color: #CC0000;
		text-decoration: none;
		background-color: #FFFF00;
		}

