BODY {
	color : Black;
	background-color : #f5f9f8;
	scrollbar-face-color: #fcfcfc;
	scrollbar-3dlight-color: #00923f;
	scrollbar-track-color: #dddddd;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #00923f;
	scrollbar-darkshadow-color: #00923f;
	font-size : 90%;
}


a:link {
	text-decoration: none;
	color: #00923f;
        font-weight : 500;
}
a:visited { color: #00923f; 
            text-decoration : none;
            font-weight : 500;}
a:hover {
	color: #1bae5a;
	text-decoration : underline;
	font-weight : 500;
}
a:active { color: Red; }

a:link.blak {
	color: #006633;
	font-weight : 500;}
a:visited.blak { color: #004422; 
        text-decoration : none;
        font-weight : 500;
}
a:hover.blak {
	color: #007733;
	text-decoration : underline;
	font-weight : 500;}
a:active.blak { color: Red;
	font-weight : 500;}

td.pict {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom : 10;
	padding-top : 25;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #e0e0e0;
}
