body	 {
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
  	padding: 0;
        	background: #1B2838;
        	color:#CCC;
	}


#content {
	background: #0F141C;
	border: 5px solid #000;
	width: 423px; 
	padding: 0px;
	text-align:justify;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	


strong	 {
	color: #000; 
	text-decoration: none; 
	}


a 	{
	color: #C0C0C0; 
	text-decoration: none; 
	}

	
a:visited 	{ 
	color: #C0C0C0; 
	text-decoration: none; 
	}
	

a:hover 	{ 
	color: #696969; 
	text-decoration: none; 
	}


a img 	{ 
	border: 0px solid #573D2E; 
	padding: 2px;
	}

	
h2 	{	
	color: #fff;
        	font: 13pt 'Georgia', 'Lucida Sans Unicode', tahoma, sans-serif;
        	letter-spacing: 5px;
        	font-weight: normal;
        	text-transform: lowercase;
        	border-bottom: 0px dotted #aaa;
	border-left: 0px solid #ccc;
	padding: 2px;
	text-align:right;
	}

blockquote { 
	color: #ccc;
        	font-weight: normal;
        	text-transform: none;
        	border: 0px dotted #aaa;
	padding: 2px;
	}


	
textarea, input, select {
        	background:#000;
	border: 1px solid #333;
	padding: .2em;
        	color: #aaa;
	font-family: 'verdana', tahoma, sans-serif;
       	text-align: left;
       	letter-spacing:0pt;
       	font-size: 10pt;
	}


ul li 	{
	padding: 0px;
	font-weight: normal;
	list-style: url('images/icon.gif');
	line-height: 1.5em;
	}

ul li:hover {
	padding: 0px;
	font-weight: normal;
	list-style: url('images/icon.gif');
	line-height: 1.5em;
	}