/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #000000;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 650px; 
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #000000;
	border: none;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 725px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 650px;
	}
html>body #content {
	width: 725px; /* ie5win fudge ends */
	}
	

A:link {color: #FFCC33;
       text-decoration: none; 
       font-weight: bold;
}
A:visited {color: #FFCC33;
           text-decoration: none; 
       font-weight: bold;
}
A:hover {text-decoration: underline; color: white;}


BODY {font-family: arial}
BODY {color: #FFFFFF}

h1 {font-size: 150%;
text-align: center
}
h3 { text-align: center }
h4 {font-size: 150%}


.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	




