body {
	margin: 0px;
	padding: 0px;
	
	scrollbar-base-color: White;
    scrollbar-face-color: White;
    scrollbar-track-color: White;
    scrollbar-arrow-color: Silver;
    scrollbar-3dlight-color: Silver;
    scrollbar-darkshadow-color: Silver;
    scrollbar-highlight-color: default;
    scrollbar-shadow-color: White;

}
.shadeleft {
	background-image: url(.jpg);
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;

}
a:hover {
	color: #990000;
}