/******************************************/
/*                                        */
/*  Author: Appnet                        */
/*  Author URI: http://www.appnet.com/    */
/*                                        */
/******************************************/


/******************************************/
/*  reset                                 */
/******************************************/

@import url("css/reset.css");
@import url("http://fonts.googleapis.com/css?family=IM+Fell+English+SC");

/******************************************/
/*  main elements                         */
/******************************************/

body {
	color:#000;
	font-family:Arial, san-serif; 
	font-size:10pt;
	margin:0 auto;
	padding:0;
	text-align:center; 
}
	h1 {font-size:14pt; font-family: 'IM Fell English SC', arial, serif; font-weight:bold; margin-bottom:20px; color:maroon; }
	h2 {font-size:12pt;}
	h3 {font-size:11pt;}
	h4 {font-size:10pt;}
	h5 {font-size:8pt;}
	h6 {font-size:7pt;}
	
	p {margin-bottom:15px;}
	ul {list-style:none; display:block;}
	ul li, ol li {margin:0;}
	
#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
	#footer a:hover {
		color:#ccc;
		font-weight:normal;
		text-decoration:underline;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #670000;
}
a:link {
	color: #670000;
}
a:visited {
	color: #670000;
}
a:hover {
	color: #993300;
}
a:active {
	color: #670000;
}
#footer {text-align:center;}
