



body  {
	background-color:#880000;
	color:#ffff00;
}



a:link {
	color:#ffff00;
}

a:visited {
	color:#00ff00;
}

a:hover {
	color:#ffffff;
}

a:active {
	color:#ff0000;
}

h1{
	font-style: italic;
	text-align:center;
	font-size: 4em;
	font-weight:bold; 
}

 h2{
	font-style: italic;
	text-align:center;
	font-size: 3em;
	font-weight:bold; 
}
 h3 {
	font-style: italic;
	text-align:center;
	font-size: 1.5em;
	font-weight:bold; 

}

p {
	font-size: large;
	font-weight:bold; 
}

#headline {
	text-align:center;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	color:#ffcc00;
}

#left {
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

#right {
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

.green {
	color:#00ff00;
}

.white {
	color:#ffffff;
}

.left {
	width: 50%;
	float: left;
	text-align: left;
}

.right {
	width: 50%;
	float: right;
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

ul { 
	
	font-size: large;
        font-weight:bold;
        border-collapse:collapse;
        width:100%;
        margin: 0;
        padding: 0.2em;
}

li {
	float:left;
	list-style-position: inside;
	border:solid 1px #cc8888 ;
	width:49%;
	padding: 0.1em;	
}


