* {
	font-family: Arial, 'lucida console', sans-serif;
}
a {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:HOVER {
	font-size: 12px;
	color: #D71C4D;
	text-decoration: underline;
}
.asmall {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.asmall:HOVER {
	font-size: 12px;
	color: #FFD6F8;
	text-decoration: underline;
}
.big {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.big:HOVER {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.red {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.red:HOVER {
	font-size: 16px;
	color: #D71C4D;
	text-decoration: underline;
}
.small {
	font-size: 10px;
	color: #DFF0FF;
	text-decoration: none;
}
.small:HOVER {
	font-size: 10px;
	color: #DFF0FF;
	text-decoration: underline;
}
.smallm {
	font-size: 10px;
	color: #000000;
	text-decoration: bold;
}
.smallm:HOVER {
	font-size: 10px;
	color: #D91B49;
	text-decoration: bold; underline;
}
#page {
	padding:80px;
	font-family:verdana;
}

	div.overlay {
	padding:40px;	
	width:600px;  
	display:none;
}
		
	div.overlay div.close {
	background:url(../player/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
		
    a.player { 		
	display:block;
	height:368px;			
}
