.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.main a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.main a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.main a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.main a:active {
	color: #cccccc;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3BCE33;
	font-weight: bold;
}


.title a:link {
	color: #3BCE33;
	text-decoration: none;
}
.title a:visited {
	color: #3BCE33;
	text-decoration: none;
}
.title a:hover {
	color: #3BCE33;
	text-decoration: none;

}
.title a:active {
	color: #3BCE33;
	text-decoration: none;

}

p {
	padding-left: 14px;
	padding-right: 5px;
}
html {
scrollbar-base-color: #3bce33;
scrollbar-arrow-color: black;
scrollbar-track-color: #333333;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: black;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
