@charset "utf-8";
/* CSS Document */
*{ margin: 0;	padding: 0; }
body {text-align: justify; margin-top: 0px; margin-bottom: 0px; background-color: #000000;}

p {
	font-family: "Comic Sans MS" ;
	font-size: 14px;
	color: #000033;
}
a:link {
	color: #CC00CC;
	text-decoration: underline;
}

a:visited {
	color: #660000;
	text-decoration: underline;
}

a:active {color: #CC0000; text-decoration: underline;}

a:hover {color: #FF0000; text-decoration: none;}

.wrap {
    width: 800px;
    float: center;
    margin-right: 20px;
	margin-left: 5px;
	margin-top: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal; 

}



.style1 {
	font-weight: bold;
	font-style: italic;
}



