@charset "UTF-8";
/* CSS Document */

body.front {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text {
	font-size: 12px;
	color: #282828;
}
.header {
	font-size: 20px;
	color: #03C1F1;
}
.header2 {
	font-size: 14px;
	color: #03C1F1;
}
.select {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	background-color: #282828;
}

.s1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	background-color: #282828;
	left: 100px;
	position: absolute;
}
a {
    color: #282828; 
    text-decoration: none;    
} 
A:active, a:hover {
    color: #03C1F1; 
    text-decoration: none;    
}
a.news {
    color: #03C1F1; 
    text-decoration: none;    
} 
a.news:active, a.news:hover {
    color: #FFFFFF; 
    text-decoration: none;    
}

