BODY {
color: #000000;
background-color: #ffffff;
background-image: none;
margin-left: 2em;
margin-right: 2em;
}

P {
color: #000000;
background-color: #ffffff;
text-align: left;
font-family: georgia, times, serif;
font-weight: normal;
font-style: normal;
font-size: 100%;
}

.main {
color: #000000;
background-color: #ffffff;
text-align: justify;
font-family: georgia, times, serif;
font-weight: normal;
font-size: 100%; 
}

.abst {
color: #0000cc;
background-color: #ffffff;
font-family: georgia, times, serif;
font-weight: bold;
text-align: center;
font-size: 100%;
}

.mast {
color: #000099;
background-color: transparent;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 60%;
}

.cont {
color: #000000;
background-color: #ffffff;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-weight: normal;
font-size: 60%;
}

.mono {
color: #000000;
background-color: #ffffff;
text-align: left;
font-family: courier, monospace;
font-weight: normal;
font-size: 60%;
}

.quote {
color: #000099;
background-color: #ffffff;
border: 1px solid #ffcc00;
text-align: justify;
font-family: georgia, times, serif;
font-style: italic;
font-weight: bold;
font-size: 100%;
padding: 0.5em;
}

.note {
color: #ff0000;
background-color: #ffffff;
text-align: left;
font-family: georgia, times, serif;
font-weight: bold;
font-size: 60%;
}

	
UL {
color: #000000;
background-color: #ffffff;
list-style-type: circle;
text-align: left;
font-family: georgia, times, serif;
font-weight: normal;
font-size: 100%;
}

OL {
color: #000000;
background-color: #ffffff;
text-align: left;
font-family: georgia, times, serif;
font-weight: normal;
font-size: 100%;
}

DT {
color: #000099;
background-color: #ffffff;
text-align: left;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
}

DD {
color: #0000ff;
background-color: #ffffff;
text-align: left;
padding-left: 1.5em;
font-family: verdana, helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
}

H1 {
color: #ffcc00;
background-color: #000099;
border-top: 1px solid #ffcc00;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 100%;
}

H2 {
color: #cc0000;
background-color: #ffffff;
text-align: left;
text-decoration: underline;
font-family: verdana, helvetica, sans-serif;
font-weight: normal;
font-size: 90%;
}

H3 {
color: #0000ff;
background-color: #ffffff;
text-align: left;
text-decoration: none;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 85%;
}

H4 {
color: #0000ff;
background-color: #ffffff;
text-align: left;
text-decoration: none;
font-family: georgia, times, serif;
font-weight: bold;
font-style: italic;
font-size: 75%;
}

H5 {
color: #0000ff;
background-color: #ffffff;
text-align: left;
text-decoration: underline;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 65%;
}

H6 {
color: #0000ff;
background-color: #ffffff;
text-align: left;
text-decoration: none;
font-family: verdana, helvetica, sans-serif;
font-weight: normal;
font-size: 60%;
}

A:link	{ color: #ff0000; background-color: #ffffff; text-decoration: none; }
A:visited { color: #ff0000; background-color: #ffffff; text-decoration: none; }
A:hover	{ color: #99ff00; background-color: #ffffff; text-decoration: none; }
A:active { color: #99ff00;  background-color: #ffffff; text-decoration: none; }

HR { color: #3300cc; background-color: #ffffff; width: 100%; }


