<!--
body{
color: #000000;
background: #ffffff;
}

hr {
color: #cc3300;
}

h4 {
font-family: century gothic, arial, helvetica, sans-serif; 
color: #cc0000;
}

h3 {
font-family: century gothic, arial, helvetica, sans-serif; 
color: #ff9900;
}

h2 {
font-family: century gothic, arial, helvetica, sans-serif; 
color: #cc3300;
}

h1 {
font-family: century gothic, arial, helvetica, sans-serif; 
color: #000000;
}

p {
font-family: century gothic, arial, helvetica, sans-serif; 
color: #330000; 
font-size:13px; 
line-height:17px;
}

div {
font-family: century gothic, arial, helvetica, sans-serif; 
font-size:13px;
line-height:17px;
}

ul {
font-size:13px; 
font-family: century gothic, arial, helvetica, sans-serif; 
line-height:17px;}

ol {
font-size:13px; 
font-family: century gothic, arial, helvetica, sans-serif; 
line-height:17px;
}

a:link {
color: #cc3300;
text-decoration: underline;
}
a:visited {
color:#cc3300;
text-decoration: underline;
}
a:active {
color:#ff9900;
text-decoration: underline;
}
a:hover {
color:#ff9900;
text-decoration: underline;
}

a.nounder:link {
color: #cc3300;
text-decoration: none;
}
a.nounder:visited {
color:#cc3300;
text-decoration: none;
}
a.nounder:active {
color:#ff9900;
text-decoration: underline;
}
a.nounder:hover {
color:#ff9900;
text-decoration: underline;
}

.journal {
font-weight: bold; 
font-style: italic; 
color: #cc3300;
}

.book {
font-weight: bold; 
font-variant: small-caps; 
color: #cc3300;
}

.poem {
font-style: italic; 
color: #cc0000; 
margin-left: 15px;
}

.issue {
margin-left: 35px;
}


.indent20 {
margin-left: 20px; 
}

.indent75 {
margin-left: 75px; 
margin-right: 75px;
}

.padded {
margin-left: 10px; 
margin-right: 10px;
}

.quote {
margin-left: 75px; 
margin-right: 75px;
}

.right {
text-align: right;
}

.orangish {
color: #ff9900;
}

.peach {
color: #ff9966;
}

.red {
color: #cc3300;
}

.bred {
color: #cc3300;
font-weight: bold;
}

.white {
color: #ffffff;
}

-->