body{
margin: 2px 2px 2px 2px;
padding: 0px 0px 0px 0px;
}
a:link{
color: blue;
}
a:visited{
color: blue;
}
a:hover{
color: dodgerblue;
text-decoration: none;
}
.copy{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: x-small;
font-weight: normal;
}
.square{
list-style-type: none;
color: dimgray;
font-weight: bold;
}
.circle{
list-style-image: url(http://www.servenet.com/images/file1.gif);
list-style-position: inside;
color: dimgray;
font-weight: normal;
}
.disc{
list-style-image: url(none);
list-style-type: disc;
color: dimgray;
}
.top{
list-style-type: none;
color: red;
font-weight: bold;
text-align: right;
padding-top: 10px;
padding-right: 30px;
}
.footer{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
color: gray;
font-size: xx-small;
text-align: center;
}
.banner{
font-family: Arial, Helvetica, Sans-Serif;
color: dimgray;
font-size: 9pt;
text-align: justify;
padding: 2px 2px 2px 2px;
}
.categories{
font-family: Arial, Helvetica, Sans-Serif;
font-size: x-small;
font-weight: 600;
}