.title {
	color: #FFFFFF; 
	text-decoration: underline; 
	font-family: verdana; 
	font-size: 10pt; 
	font-weight: bold;
}

.title:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: verdana; 
	font-size: 10pt; 
	font-weight: bold;
}

.rank {
	color: #FFCC33; 
	text-decoration: none; 
	font-family: verdana; 
	font-size: 8pt; 
	font-weight: bold;
}

.result {
	font-family: verdana; 
	font-size: 12pt; 
	color: #FFFFFF; 
	text-decoration: none;  
	font-weight : bold; 
}

.description {
	font-family: verdana; 
	font-size: 8pt; 
	color: #CCCCCC;
	padding-bottom:15px;
}

.url {
	font-family: verdana; 
	font-size: 8pt; 
	color: #9E9E9E; 
	text-decoration: underline;
}

.url:hover {
	font-family: verdana; 
	font-size: 8pt; 
	color: #fff; 
	text-decoration: none;
}

.navigation {
	font-family: verdana; 
	font-size: 8pt; 
	color: White; 
	text-decoration: underline;  
	font-weight : bold; 
} 

body {
	background-color : #010544;
}