body 	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #999999;
	scrollbar-face-color: #ABABAB;
	scrollbar-shadow-color: #ABABAB;
	scrollbar-highlight-color: #ABABAB;
	scrollbar-3dlight-color: #ABABAB;
	scrollbar-darkshadow-color: #ABABAB;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: white
}

a:link
{
	color: red;
	text-decoration: none
}

a:visited
{
	color: black;
	text-decoration: none
}

a:active
{
	color: red;
	text-decoration: none
}

a:hover
{
	color: red;
	text-decoration: none
}

img
{
	border-style: none;
	border: 0
}

h1
{
	font-size: medium; 
	background-position: left;
	text-align: left
}

p.sign
{
	text-align: right
}

legend
{
	color: white;
	text-decoration: none
}

textarea,input,select
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #cccccc;
	border-style: dashed;
	padding:0px;
	margin:0px;
}

#centreret_ring {
  position:absolute;
  top:50%;
  left:50%;
  width:150px;
  height:60px;
  margin-left:-75px;
  margin-top:-30px;
}

