@charset "utf-8";
/* CSS Document for index */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	 background-image:url(http://www.roulette.org/new/images/common/none.png);
 	background-repeat:no-repeat;
	font-size:11px;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #ff0000;
	font-weight: bold;
	text-decoration:none; }

a:hover{
	text-decoration: none;
	font-weight: bold; }


/********* form and related tag styles *********/

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

 
