html
{ 
    scrollbar-face-color: #990033;
    scrollbar-arrow-color: #D3C9C5;
    scrollbar-track-color: #D3C9C5;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #EEEBEA;
    scrollbar-darkshadow-color: #000000;
}
A:link
{
	color: blue;
	text-decoration: none;
}
A:visited
{
	color: blue;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A:active
{
	text-decoration: none;
}
.main_text
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.menu_text:link
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.menu_text:visited
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.menu_text:hover
{
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
A.menu_text:active
{
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}.divback {
	background-color: #D3C9C5;
}
