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

body {
	background: #000000 url(http://illzone.com/backround.jpg) no-repeat center top;
	text-align: center;
}
a:link {color:#09F; text-decoration: none;}
a:hover {color: #09F; font-weight:bold; text-decoration: underline;}
a:active {color: #09F; text-decoration: none}
a:visited {color: #09F; text-decoration: none}
{
}
p {
	color:#CCC;
	font-size: 12;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
textarea {
color: #006;
background-color: #5BA7BF;
border-width: 1px;
border-color: #003;
border-style: solid;
font-weight:bold;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

