body {
	background-color : #000000;
	background-image : url(graphics/mf_bak.jpg);
}

h1 {
	color: #996666;
	font-family : Verdana, sans-serif;
	font-size : 18px;
}

h2 {
	color: #CC9966;
	font-family : Verdana, sans-serif;
	font-size : 16px;
}

h3 {
	color: #FF0000;
	font-family : Verdana, sans-serif;
	font-size : 18px;
}

h4 {
	color: #FF0000;
	font-family : Verdana, sans-serif;
	font-size : 16px;
}

p {
	color: #FFFFCC;
	font-family : Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	padding : 10px;
}

a  {
	color: #99cc99;
	font-family : Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color: #cc9999;
	font-family : Verdana, sans-serif;
	font-size :  15px;
	font-weight : bold;
} 

a:visited {
    color : #99cc99;
	font-family : Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

a:hover {
	color : #cc9999;
	font-family : Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

ul, ol, li {	
	font-size : 15px; 
	font-family : Verdana, sans-serif;
	font-weight : bold;
	color: #cc3333;
	text-decoration : none;
}

.right {	
	text-align: right;
}

img {
	border: none;
}

.underline {
	text-decoration : underline;
}

.indent {
	margin : 20px, 20px, 20px, 20px;
}