body {
	background-color: #1e202e;
    background-image: url(background.png);
	margin: 0px;
	padding: 0px;
    font-style: normal; 
    font-weight: normal; 
    text-align: justify; 
    line-height: 12px; 
    font: 7pt verdana, arial;
	color: #b99e6f; 
	letter-spacing: 1px;
}

.header {
	background-color: #000000;
	text-align: justify;
	padding: 0px;
	margin: 0;
	width: 385px;
}

.content {
    -moz-box-sizing:border-box;box-sizing:border-box;
	background-color: #16110b;
	padding: 8px;
    padding-bottom: 15px;
	margin: 0;
    margin-top: -80px;
	width: 385px;
}

.about img {
     margin: 15px 15px 15px 15px;
     border: 5px solid #415f43;
}

A:link {
	 COLOR: #953f1c; TEXT-DECORATION: none; 
}
A:active {
	 COLOR: #953f1c; TEXT-DECORATION: none; 
}
A:visited {
	 COLOR: #953f1c; TEXT-DECORATION: none;
}
A:hover {
	 COLOR: #b99e6f; TEXT-DECORATION: none;
}

h1 {
border-bottom: dashed #b99e6f;
border-bottom-width: 1px;
text-align: left;
font-family: Georgia, serif;
font-size: 11pt;
font-style: italic;
color: #415f43;
letter-spacing: 5px;
padding-left: 10px;
padding-top: 0px;
padding-bottom: 2px;
}

h1:first-letter{
font-size: 20px; 
font-weight: bold;
font-family: Georgia, Helvetica, sans serif; 
font-style: italic;
color: #5e886d;
text-transform: lowercase;
}

input, textarea, option, select {
	background-color: #16110b;
	font: 8pt verdana, arial, helvetica, times new roman;
	color: #b99e6f;
	letter-spacing: normal;
	border: 1px dashed #415f43;
	padding: 2px;
}

i {color: #00B6D4;}

b {color: #eecd8e}
