/* particular style changes I added outside of the default section */
a.sidebar:link {color: white;}

a.heading:link {text-decoration: none;}
   
p.leftmargin {margin-left: 5%;}

/* These are default styles I added */

BODY {font-family: sans-serif; line-height: 1.1; background: white; color: black; background-image: url(images/bg-grade.jpg); background-repeat:repeat-x;}

LI {display: list-item;}

H1, H2, H3, H4 {margin-top: 1em; margin-bottom: 1em;}
H5, H6 {margin-top: 1em;}
H1 {text-align: center;}
H1, H2, H4, H6 {font-weight: bold;}
H3, H5 {font-style: italic;}

H1 {font-size: x-large;}
H2 {font-size: large;}
H3 {font-size: medium;}

B, STRONG {font-weight: bolder;}
I, CITE, EM, VAR, ADDRESS {font-style: italic;}
BLOCKQUOTE {font-weight: normal;
    margin: 10pt;
    background-color: #CCFFFF;
    border-style: solid;
    border-width: 1pt;
    border-color: #999999;
    color: #111111;
    padding: 5px;}
PRE, TT, CODE, KBD, SAMP {font-family: monospace;}

PRE {white-space: pre;}

ADDRESS {margin-left: 3em;}
BLOCKQUOTE {margin-left: 3em; margin-right: 3em;}

UL, DIR {list-style: disc;}
OL {list-style: decimal;}
MENU {margin: 0;}
LI {margin-left: 0em;}

DT {margin-bottom: 1em;}
DD {margin-top: 0; margin-left: 3em; margin-bottom: 1em;}

HR {border-top: solid;}

A:link {color: purple;}
A:visited {color: red;}
A:active {color: #666666;}

A:link IMG {border: none;}
A:visited IMG {border: none;}
A:active IMG {border: none;}

/* This section is for invented classes */

.sidebar {margin-top: 25%;}

.text {margin-left: 10px; margin-right: 10px; margin-bottom: 10px;}

.comments {text-align: center; margin-top: 5%;}

.contact, .contacttable {font-size: 75%; border: medium; border-style: inset;}

.border {border: medium; border-style: inset;}