@
DrewBoyd - to post the style sheet, select it all in codeview, copy to clipboard, then paste into a post wrapped in code tags (that's the # icon in advanced)
Sample from a crutledge upload
Code:
a {
color:black;
}
a:link {
color:black;
}
a:visited {
color:black;
}
a:hover {
color:blue;
}
a:active {
color:black;
}
a {
text-decoration:none;
}
big {
font-size:200%;
font-weight:bold;
}
.bilbd {
margin-top:2em;
margin-bottom:2em;
text-align:center;
font-weight:bold;
text-indent:0;
}
body {
margin-top:0;
margin-bottom:0;
margin-left:15px;
margin-right:15px;
font-family:Arial,"Times New Roman", Times, serif;
}
.center {
text-align:center;
}
h1,h2,h3,h4,h5,h6 {
margin-top:0;
margin-bottom:1em;
margin-right:0;
margin-left:0;
text-align:center;
}
img {
margin-top:1em;
margin-bottom:1em;
margin-right:0;
margin-left:0;
}
.italic {
font-style:italic;
}
.noindent {
text-indent:0;
}
p,div {
margin-right:0;
margin-left:0;
text-indent:1.5em;
}
pre {
font-size:100%;
margin-left:25%;
}
.right {
text-align:right;
text-indent:0;
}
.smcap{
font-variant:small-caps;
}
.blockquot {
margin-bottom: 5%;
margin-top: 5%;
margin-left: 5%;
margin-right: 2%;
font-size: 100%;
}
blockquote{
margin-bottom: 5%;
margin-top: 5%;
margin-left: 5%;
margin-right: 2%;
font-size: 100%;
font-style: italic;
}
.first_letter{
font-size:150%;
font-weight:bold;
}
.hang1 {
margin-left:1%;
text-indent:-1%;
}
.i8{
margin-left:8em;
}
.centerpage{
margin-top:8em;
}
BR