body {
scrollbar-face-color: FFFFFF;
scrollbar-highlight-color: B30005;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: B30005;
scrollbar-track-color: 003333;
font-family: "Tahoma";
}

hr {
  border: 0;
  height: 1px;
  color: black;
}

a.a:link img {
	border-color: #000000; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #ffffdd;
}

a.a:visited img {
	border-color: #000000; 
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #ffffdd;
}

a.a:active img {
	border-color: #000000; 
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #ffffdd;
}

a.a:hover img {
	border-color: #000000; 
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #ffffdd;
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:#D52202}
a:hover   {color:#D52202}

a.b:link    {color:blue}
a.b:visited {color:blue}
a.b:active  {color:red}
a.b:hover   {color:red}
