a:hover{
	text-decoration:underline;
}
.arial{
	font-family:Osaka,Arial,sans-serif;
}
input,textarea,select{
	background:#FFFFFF;
	border:1px solid;
}
input.new, textarea.new, select.new{
	background:#FFFFFF;
	border:1px solid;
}
.btn{
	background:#FFFFFF;
	border-color:#FF0000;
	color : #EE0000 ;
	cursor:hand;
}
BODY{
  background-color : 000000;
background-position: right; 
background-repeat: no-repeat;
background-attachment: fixed;
  scrollbar-base-color: #000000;
  color : F5F5F5;
}
TABLE{
  filter:Alpha(opacity=77);
}
hr{
  color : "#5F5F5F";
  border-style : "dashed";
}
A:LINK{
  color : #99FFFF;
}
A:VISITED{
  color : #CCCCCC;
}
A:HOVER{
  color : blue;
}
A:ACTIVE{
  color : FF9999;
}