/* CSS Document */

.text {
width: auto;
height: auto;
padding-top:10px;
margin:0;
font-family:Arial;
font-size:10px;
line-height:1.5;
color: #999999;
text-align:justify;
}

.contact {
width: auto;
height: auto;
padding-top:10px;
margin:0;
font-family:Arial;
font-size:10px;
line-height:1.5;
color: #999999;
text-align:left;
}

a:link {
color: #666666;
font-size: 10px;
font-family: Arial;
line-height: 1.5;
text-decoration:none;
}

a:hover {
color: #e94a30;
font-size: 10px;
font-family: Arial;
line-height: 1.5;
text-decoration:none;
}

a:visited {
color: #666666;
font-size: 10px;
font-family: Arial;
line-height: 1.5;
text-decoration:none;
}