body {
    background: #0F0F10;
	padding: 0px;
	margin: 0px;
	color: #606060;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}


a:link, a:active, a:visited {
    color: #4E4E4E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


b, strong {
	color: #B9B9B9;
}

i, em {
    color: #EEE;
}

#affis {
	position: absolute;
	top: 480px;
	left: 380px;
}


input ,textarea ,select {
	overflow: visible;
    color: #A5A5A5;
	background: #363636;
	border: none;
	padding: 1px 4px 1px 4px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input[type=submit] {
	overflow: visible;
    color: #A5A5A5;
	background: #363636;
	padding: 5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input[type=submit]:hover {
    color: #7D7D7D;
	background: #424242;
}

#content {
    background: #19191A;
	margin: 0px 0px 0px 28px;
    width: 575px;
	padding: 1px 15px 15px 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #7C7C7D;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 23px;
	border-bottom: 1px dotted #D2D2D2;
}


h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 80%;
}


#footer {
    background: #19191A;
	color: #646464;
	font-size: 80%;
    width: 601px;
	margin: 0px 0px 30px 28px;
	padding: 2px;
	text-align: center;
}


