body { color: #000000; background-color: #ffffff; background-image: none; }

P, OL, UL, DL {
color: #000000;
background-color: #ffffff;
font-family: "times new roman", serif;
font-weight: normal;
font-size: 100%;
font-style: normal;
text-align: left;
}

.intro {
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 85%;
text-align: justify;
}

.title {
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 85%;
text-align: center;
}

.cont {
font-family: verdana, helvetica, sans-serif;
font-size: 60%;
text-align: center;
}

H1{
color: #ff0000;
background-color: #0033cc;
font-family: verdana, helvetica, sans-serif;
font-size: 100%;
text-align: center;
border-top: solid 2px #ffcc00;
border-right: solid 2px #000099;
border-bottom: solid 2px #000099;
border-left: solid 2px #ffcc00;
}

H2 {
color: #cc9933;
background-color: #ffffff;
font-family: verdana, helvetica, sans-serif;
font-size: 90%;
text-align: center;
border-top: solid 1px #ffcc00;
border-right: solid 1px #ffcc00;
border-bottom: solid 1px #ffcc00;
border-left: solid 1px #ffcc00;
}

H3 {
color: #00cc33;
background-color: #ffffff;
font-family: verdana, helvetica, sans-serif;
font-size: 85%;
text-align: left;
border: none;
}
	
H4 {
color: #003399;
background-color: #ffffff;
font-family: verdana, helvetica, sans-serif;
font-size: 80%;
text-align: left;
border: none;
}

H5 {
color: #000000; background-color:
#9999ff;
font-family: verdana, helvetica, sans-serif;
font-size: 75%;
text-align: center;
border-top: solid 1px #ffcc00;
border-right: solid 1px #ffcc00;
border-bottom: solid 1px #ffcc00;
border-left: solid 1px #ffcc00;
}

H6 {
color: #003399;
background-color: #ffffff;
font-family: verdana, helvetica, sans-serif;
font-size: 75%;
font-variant: small-caps;
text-align: left; 
border: none;
}

TABLE {
color: #000000;
background-color: #ffffff;
background-image: none;
font-family: verdana, helvetica, sans-serif;
font-weight: normal;
font-size: 85%;
text-align: center;
border: none;
}

TH {
color: #ff0000;
background-color: #ffcc00;
font-family: verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 85%;
text-align: center;
}

/* internal navigation */

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: #cc9933; background-color: #ffffff; }
