body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: crimson;
	scrollbar-3dlight-color: #d7ab2d;
	scrollbar-shadow-color: #d7ab2d;
	scrollbar-highlight-color: silver;
	scrollbar-darkshadow-color: #d7ab2d;
	scrollbar-track-color: silver;
	background-color: #000000;
	font-size: medium;
	margin: 0% 0% 0% 0%;
}

A:link {
	text-decoration: none;
	color: maroon;
}       /* unvisited link */

A:visited {
	text-decoration: none;
	color: maroon;
}   /* visited links */

A:active {
	text-decoration: none;
	color: maroon;
}    /* active links */

A:hover {
	color: red;
	background-color: Black;
	font-size: 100%;
	text-decoration: bold;
} /* when mouse is over link */

A.external:link {
	color: #D77700;
}

td {
	text-align: left;
	vertical-align: top;
	font-family: "Tahoma";
	font-size: 11px;
	color: #FC3d7ab2d;
}
form
{
	margin:0px;
}
a {
	text-decoration: underline;
	color:#E3BD16;
}
a.1 {
	text-decoration: none;
	color:#000000;
}
.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
.style1 {
	color: #E3BD16;
	font-weight: bold;
}