.main_page { background-color: purple; font-family: sans-serif }
.other_page { background-image: url("drdean/drdean.jpg"); }
CAPTION { font-size: large; font-weight: bold }
H1 { font-family: helvetica; color: black }
H2 { font-family: helvetica; color: black }
H3 { font-family: helvetica; color: black }
H4 { margin: 10pt; font-family: helvetica; color: black }
HR { height: 6px; background-color: salmon; color: black }
HR.sep { height: 1px; width: 95%}
.add {color: green; font-weight: bold;}
.center {text-align: center}
.code { font-family: monospace }
a:link {
color: 5555DD;
text-decoration: underline;
}
a:visited {
color: 555555;
text-decoration: underline;
}
a:hover {
color: DD5555;
text-decoration: none;
}
a:active {
color: #3D87D1;
text-decoration: underline;
}
body
{
background-image: FFFFFF;
}
