/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-color:#000000;
}

a:link{color: #000000; text-decoration:none;}
a:visited{color: #000000; text-decoration:none;}
a:active{color: #000000; text-decoration:none;}
a:hover{color: #4d4957; }

.border{border-bottom-style:solid;
border-bottom-width:thin;
border-bottom-color:#000000;
border-left-style:solid;
border-left-color:#000000;
border-left-width:thin;
border-right-color:#000000;
border-right-width:thin;
border-right-style:solid;
border-top-style:solid;
border-top-color:#000000;
border-top-width:thin;}