Heres my CSS code if this helps...
body
{
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
background-color:;
width:320px;
margin:0px;
background-image:url(background17.jpg);
background-repeat: repeat-y;
font-size:12pt;
line-height:20pt;
font-weight: normal;
text-align:justify;
color:#070000;
font-family: "Lucida Sans Unicode";
direction:ltr;
-webkit-tap-highlight-color:;
}
p
{
padding-right: 4px;
padding-left: 4px;
}
a
{
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
.list
{
color:#e2e3a5;
text-decoration:none;
font-weight:bold;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: ffcc66;
font-size: 16pt;
}
.list a
{
color:ffcc66;
text-decoration:none;
font-weight:bold;
border-bottom-style: none;
border-bottom-color: ffcc66;
font-size: 12pt;
font-family: "Lucida Sans Unicode";
padding-left: 8px;
}
.sublist a
{
color:ffffff;
text-decoration:none;
font-weight:normal;
font-size: 12pt;
font-family: "Lucida Sans Unicode";
padding-left: 50px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
a:visited
{
color:;
text-decoration:none;
font-weight:normal;
}
h3
{
font-size: 12pt;
line-height: 21pt;
font-weight: normal;
text-align: justify;
padding-top: 0px;
padding-right: 8px;
padding-bottom: 2px;
padding-left: 8px;
text-justify:newspaper;
color: #a1cb6b;
font-family: "Lucida Sans Unicode";
word-spacing: 0em;
}
h4
{
font-size: 10pt;
font-weight: bold;
text-align: justify;
padding-top: 0px;
padding-right: 8px;
padding-bottom: 2px;
padding-left: 8px;
text-justify:newspaper;
color: #a1cb6b;
font-family: "Lucida Sans Unicode";
word-spacing: 0em;
}
hr
{
width:195px;
height:1px;
color:#8b774f;
}
h1
{
font-family: "Lucida Sans Unicode";
font-size: 18pt;
color: #a1cb6b;
font-weight:bold;
}
.h2
{
font-family: "Lucida Sans Unicode";
font-size: 14pt;
color: #ffffff;
}
.itemimage
{
border:solid 0px #aaa;
max-width:100px;
width: expression(this.width > 100 ? 100: true);
vertical-align:middle;
}
.iimage
{
border:solid 0px #aaa;
max-width:320px;
width: expression(this.width > 320 ? 320: true);
vertical-align:middle;
}
ol
{
list-style-type: decimal;
}
ul
{
list-style-type: square;
}