I wasn’t too sure…
:red:
Here is the code:
.toplink {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size: 12px; color: #FFFFFF;
text-decoration:none;
font-weight: bold;
}
.rightlink {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size: 12px; color: #FFCC66;
}
.bottomlink {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size: 12px; color: #FFCC66;
}
.toplinkdf {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size: 12px; color: #7a7a7a;
}
A.toplink:visited {
font-family: tahoma, Arial, Helvetica, sans-serif;
font-size: 12px; color: #FFFFFF;
text-decoration:none;
font-weight: bold;
}
A.toplink:hover {
COLOR: #FFCC66;
text-decoration:none;
font-weight: bold;
}
.yellow {
background-color: #FFFF00;}
a {color: #336699;
text-decoration:underline;}
A:hover { text-decoration:none; color:#666600}
h1 {font-family: verdana;
font-size: 16pt;
font-weight: bold;
margin-bottom: 0pt;
color: 9c0000;}
h2 {font-family: verdana;
font-size: 13pt;
font-weight: bold;
color: #000066;}
h3 {font-family: verdana;
font-size: 11pt;
font-weight: bold;
color: #666600;}
h4 {font-family: verdana;
font-size: 9pt;
font-weight: bold;
margin-bottom: 0pt;
color: #000000;}
h5 {font-family: verdana;
font-size: 8pt;
font-weight: normal;
margin-bottom: 0pt;
color: #000000;}
h6 {font-family: verdana;
font-size: 11pt;
font-weight: bold;
margin-bottom: 0pt;
color: 9c0000;}
.text {
font-family: verdana, tahoma, Helvetica, sans-serif;
font-size: 11px; color: #666666;
text-indent: 0pt;
text-align: left;
cursor: text;
padding-left:10px;
padding-right:10px;
padding-top:1px;
}
.bullets {
list-style-type: square;
list-style-position: outside;
}
.border {
border: 1px solid #000000;
td {font-family: verdana;
font-size: 10pt;
color: #666666;
}
table.dotted {
border-style: dashed;
border-color: #000000;
border-width: 1px;
}
li {font-family: verdana;
font-size: 10pt;
color: #666666;
}
p
{font-family: verdana;
font-size: 10pt;
color: #666666;
}
ul
{list-style-image: url('../images/bullet.gif')
}
Thanks a lot for your time!!!