@charset "UTF-8";
/* CSS Document */

/* GENERAL DOCUMENT STYLING */

body {
	font-family: Arial, Gadget, sans-serif;
	color: #FF3399;
	background-color: #000000;
	margin: 20px;
	margin-top:20px;
	text-align: left;
	font-size:12px;
}

p {
	margin-bottom:15px;
}

a:link {color: #990066; text-decoration: none}
a:visited {color: #990066; text-decoration: none}
a:hover {color: #FF3399; text-decoration: none}
a:active {color: #FF3399; text-decoration: none}

a:link img {border:0px; }
a:visited img {border:0px; }
a:hover img {border:0px; }
a:active img {border:0px; }

