View Single Post
Old April 3rd, 2007, 07:52 PM   #3 (permalink)
butternugsquash
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 10
Body class isn't an option under style sheet for me...

A:link, A:visited, A:active, A:hover {
}
A:link {
color: #0000FF;
}
A:visited {
color: #0000FF;
}
A:active {
color: #0000FF;
}
A:HOVER {
color: #000000;
background-color: ;
}

.onbody {
color: #704a3d;
}
.onbody A:link {
color: #000000;
}
.onbody A:visited {
color: #000000;
}
.onbody A:active {
color: #000000;
}
.onbody A:hover {
color: #704a3d;
}

BODY,P,TABLE,TD,TR {
font-size: 9pt;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
}
BODY {
background: #FFFFFF;
}
FORM {
display: inline;
margin-bottom: 0;
}
PRE {
font-size: ;
font-family: ;
}

.tableborders {
background: #c1b084;
}

.tddetails {
background: #c1b084;
}

.tdbackground {
font-size: 9pt;
font-weight: ;
color: #000000;
background: #d0c08f;
font-family: Verdana, Helvetica, sans-serif;
}

.tdnothumbs {
font-size: 9pt;
font-weight: ;
color: #000000;
background: #d0c08f;
font-family: Verdana, Helvetica, sans-serif;
}

.menubar{
background: #704a3d;
font-size: 8pt;
color: #FFFFFF;
}
.menubar A:link {
color: #FFFFFF;
}
.menubar A:visited {
color: #FFFFFF;
}
.menubar A:active {
color: #FFFFFF;
}
.menubar A:hover {
color: #000000;
}

.menubarnb{
background: #704a3d;
font-size: 8pt;
color: #FFFFFF;
}
.menubarnb A:link {
color: #FFFFFF;
}
.menubarnb A:visited {
color: #FFFFFF;
}
.menubarnb A:active {
color: #FFFFFF;
}
.menubarnb A:hover {
color: #000000;
}

.catcolumn {
font-size: 8pt;
font-style: ;
text-align: ;
background: #d0c08f;
}

.photocol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #ead8a2;
}

.commentscol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #d0c08f;
}

.lastphocol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #d0c08f;
}

.lastcommcol {
font-size: 8pt;
background: #ead8a2;
color: ;
}

.small {
font-size: 8pt;
font-family: Verdana, Helvetica, sans-serif;
}
.medium {
font-size: 10pt;
font-family: Verdana, Helvetica, sans-serif;
}
.large {
font-size: 12pt;
font-family: Verdana, Helvetica, sans-serif;
}

.welcome {
background: ;
font-family: Verdana, Helvetica, sans-serif;
color: #FFFFFF;
}

.lighttable {
background: #d0c08f;
color: #000000;
}

.alternatetable {
background: #ead8a2;
}

.formboxes{
font-family: ;
background-color: ;
color: ;
font-size: 9pt;
}

blockquote {
font-size:9pt; border:1px solid #E6E6E6;
margin:0px 20px; padding:0px 10px
}
blockquote .small {
background:#E6E6E6;
margin-left:-10px; padding:1px 2px
}
blockquote hr {
visibility:hidden;
height:1px
}
blockquote br {
font-size:1px
}
butternugsquash is offline   Reply With Quote