@charset "utf-8";
/* CSS Document */

body {
background-color: #000;
}

.contact {
color: #999;
font-size: 10px;
font-family: "Arial Black";
}

A.contact:link { 
text-decoration: none; color: #999} 
A.contact:visited { 
text-decoration: none; color: #999} 
A.contact:hover { 
text-decoration: none; color: #900}

.text {
color: #999;
font-size: 11px;
font-family: "Arial Black";
}

.text2 {
color: #999;
font-size: 13px;
font-family: "Arial Black";
}

.text3 {
color: #999;
font-size: 11px;
font-family: "Arial Black";
}

.redcolor {
color: #F00;
font-size: 11px;
}

