#contacts {

color: white;

background-color: rgb(19,19,70);

text-align: left;

width: 400px;

float: left;

padding-top: 0px;

padding-bottom: 45px;

margin: 20px 0 0 30px;

padding-left: 0px;



}



#top {

font-size: 13px;

text-align: left;

font-weight: normal;

text-decoration: underline;

background-color: rgb(19,19,70);

color: rgb(234,235,188);

margin: 0;

padding: 0 0 5px 0;

}



.below {

font-size: 12px;

text-align: left;

font-weight: normal;

color: rgb(234,235,188);

background-color: rgb(19,19,70);

text-decoration: underline;

margin: 0;

padding: 15px 0 5px 0;

}



#contacts ul {

margin: 0;

padding: 0;

}



#contacts li {

font-size: 12px;

text-align: left;

margin: 3px 0 0 0;

padding:0;

list-style: none;

}



#contacts a:link,

#contacts a:visited,

#contacts a:hover,

#contacts a:active,



#contacts a:link {

text-decoration: none;

color: white;

background-color: rgb(19,19,70);

}



#contacts a:hover {

color: white;

background-color: rgb(19,19,70);

font-weight: bold;

}



#contacts li, a:active {

color: white;

background-color: rgb(19,19,70);

}
