
body{
	background-color:#000000;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-x
}

.size12 { font-size : 12px ;  line-height : 16px ; color : #FFFFFF ; }
.size12r { font-size : 12px ;  line-height : 16px ; color : #FF0000 ; }

a:link{
	color:#ff6600;
}
a:active{
	color:#ff6600;
}
a:visited{
	color:#ff6600;
}
a:hover{
	color:#ff6600;
	text-decoration:none;
}


