/* ++++++++++++++++++++++++++++++++++++++++++++++
	style-definitions
		
	author: OnlineBingo
*/

/* ++++++++++++++++++++++++++++++++++++++++++++++
	general
*/

* {
	margin: 0;
	padding: 0;
}


body {
	margin-top: 2px;
	background-color: #BE0000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body,td,th {
	padding: 0px;
	margin: 0px;         
	font-family: verdana, helevtica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
}
a:link {
	color:#F00000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00000;
}
a:hover {
	text-decoration: none;
	color: #F00000;
}
a:active {
	text-decoration: none;
	color: #F00000;
}
a img, :link img, :visited img { 
	border:none;

}


#wrapper {
	position: relative;
	margin: auto; 
	width: 970px;
	height: 600px;
	padding: 0;
} 



/* has usado los 2 classes: faltan cuyas definiciones */

.style1 {
	font-size: 8px;
	color: #FFFFFF;}

.style2 {
	color: #FFFFFF;
	font-size: 5px;}

.style3 
	{font-size: 9px}

.style4 
	{color: #333333}

.style5 
	{color: #333333; 
	font-weight: bold; }
	
.style6 {color: #DDDFDE}

/* 
	END css	
	++++++++++++++++++++++++++++++++++++++++++++++  
*/