
body
{font-family: Verdana,Arial,Helvetica,sans-serif;font-size: 12px;font-weight: normal;color: #fff;text-align:left;background-color: #000;}

a:link, a:visited {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}

a:link, a:visited {
font-size: 12px;
font-weight: normal;
color: #000000;
text-decoration: underline;
}

a:hover {
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #FF007F;
}

.button {
width : 400px;
height : 25px;
font-family : Arial, Helvetica ;
font-size : 12px;
letter-spacing:1px;
color : #dfdfdf;
padding : 6px 12px;
border : #000000 solid 1px;
background: #3445b3;
}

.button:hover {
background : #cfcfcf;
border : #2A4E77 solid 1px;
text-decoration : none;
}

.button:active {
background : #bfbfbf;
border : #203E5F solid 1px;
}