body {
background-color: #000000;
color: #FFFFFF;
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link { color: #CC0000;
}
a:visited { color: #990000;
}
a:hover { color: red;
}
a:active { color: red;
}
ul {
	list-style:circle;
	margin-left:0;
	padding-left:1em;
}
li {
	margin-left:0;
	list-style position:outer;
	padding:0;
}
.h1 {
color: #FFFFFF;
font-size: 30px;
font-weight: bold;
}
.h2 {
color: #FF0000;
font-size: 22px;
font-weight: bold;
}
.h3 {
color: #FF0000;
font-size: 18px;
font-style: italic;
}
.h4 {
font-size: 14px;
text-decoration: underline;
font-weight: bold;
}
.h5 {
font-size: 14px;
text-decoration: underline;
}
.style2 {
font-style: italic;
}
.style3 {
font-weight: bold;
}
.indent1 {
margin-left: 20px;
}


