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

u {
	font-family: Lucida Grande; 
	letter-spacing: 1px;
	border-bottom: 1px #5d6b74; 
	color: #5d676d; }

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

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


a:link, a:visited {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color:#597b8e;}


a:active, a:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #678a9d;}


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


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

body { 
	background: #1e2328; }


     /*   HEADERS  */
h1 { 
	color : #4c5d66;
	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: 390px; }


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

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


     /*   MENU  */

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

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


.menu a:hover { 
	color: #546e7b; 
	background: #172730; }

