/* CSS Document */

html {
	margin:0;
	padding:0;
}
	
body {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	line-height: 24px;
	background:#000000;
	background-image:url(../images/background.gif);
}
	
img{
	border:0;
}
.style1 {
	color:#FFFFFF;
	font-size: 27px;
	letter-spacing: 0.1em;
	font-family:"Courier New", Courier, monospace;
	}
.style2 {
	color:#FFFFFF;
	font-size: 20px;
	letter-spacing: 0em;
	font-family:"Courier New", Courier, monospace;
}
.style3 {
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	line-height:40px;
}
.style4 {
	color:#FFFFFF;
	font-size: 16px;
	font-weight:bold;
}
.style9 {
	color:#FD0098;
	font-size: 16px;
	font-weight:bold;
    letter-spacing: 0.2em;
}

a {
	color: #FD0098;
	text-decoration: none;
	background-color:#000000;
	}
	
a:hover {
	color: #FD0098;
	text-decoration: none;
	background-color:#000000;
}