     /*   BASIC   */
div, p, td, table { 
	font: normal 11px/20px "Lucida Grande", Arial, Verdana, sans-serif;
	line-height: 25px;
	color: #3f4c55; }

u {
	font-family: arial; 
	letter-spacing: 1px;
	border-bottom: 1px #304753; 
	color: #536571; }

b {
	font-family: arial verdana;
	font-size: 12px;
	color: #3f4d56;
	font-weight: bold;}

i {
	font-family: georgia;
	font-size: 12px;
	color: #40505b;
	font-style: italic;}


a:link, a:visited {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #0c1c24;
	color:#486778;}


a:active, a:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #405864;
	border-bottom: 1px solid #1c2930;
	padding-bottom: 2px;}


.border {
	border: 4px solid #091419; }


blockquote {
	align: center;
	text-align: left;
	length: 200px;
	background-color: #091419;
	padding-left: 5px; }

body { 
	background: #050d14;  
	background-image: url('index_01.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x; }


     /*   HEADERS  */
h1 { 
	color : #516169;
	padding-right: 50px;
	padding-top: 18px;
	font-size : 12px;
	letter-spacing : 2px;
	margin : 0;
	text-align: left;
	font-family: georgia, serif;
	font-style: italic;
	height: 25px;
	border-bottom: 1px solid #1c2930;
	width: 380px; }


h1:first-letter {
	font-family: georgia, serif;
	font-size: 14px;
	color: #6f818b; }

hr {
	color: #122028;
	width: 90%; 
	height: 1px; }


     /*   MENU  */

.menu {
	margin-bottom: 10px;
	margin-top: 10px; }

.menu a:link, .menu a:visited { 
	color: #283d49; 
	font: 8pt Arial; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-weight: bold;
	background: #14242d;
	margin: 5px; 
	padding: 5px 10px 5px 10px; }


.menu a:hover { 
	color: #293f4b; 
	background: #0c151a; }

