html {
      scrollbar-face-color:#3D120C;
      scrollbar-shadow-color:#BDB7AB;
      scrollbar-highlight-color:#BDB7AB;
      scrollbar-3dlight-color:#130919;
      scrollbar-darkshadow-color:#130919;
      scrollbar-track-color:#3D120C;
      scrollbar-arrow-color:#C2A2DA
}
body {

	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/bg.png);
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-attachment:fixed;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 13px;
	color: #000000;
	text-align:justify;
}
a {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}