body {
font: 10pt Georgia, "Times New Roman", Times, serif;
background-color: #fff;
margin-left: 64px;
}
a {
border-bottom: #003399 1px dashed;
text-decoration: none;
color: #003399;
}
a:hover {
border-bottom: 0px;
text-decoration: none;
color: #f00000;
}
#main {
width: 600px;
text-align: justify;
border-bottom: #999 1px solid;
border-left: #999 1px solid;
padding: 20px;
padding-top: 0px;
}
#copy {
color: #999;
font: 8pt Georgia, "Times New Roman", Times, serif;
}
|