body {
        background-image: url(images/bg.png);
        font: 11px Trebuchet MS;
        color: #ffffff;
        margin: 0px;
			cursor : crosshair;
		scrollbar-face-color: #1d1919;
		scrollbar-highlight-color: #1d1919;
		scrollbar-3dlight-color: #1d1919;
		scrollbar-shadow-color: #1d1919;
		scrollbar-darkshadow-color: #1d1919;
		scrollbar-track-color: #1d1919;
		scrollbar-arrow-color: #1d1919;
}

.header {
	font-family: Georgia;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #e1a008;
	letter-spacing: -1px;
	word-spacing: 3px;
	text-transform: lowercase;
	border-bottom: 0px #43a6bb;
	padding-right: 10px;
	text-align: right;
	background-color: #000000;
}

.date {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #43b2bb;
	letter-spacing: -1px;
	word-spacing: 3px;
	text-transform: lowercase;
	padding-right: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/bghead.jpg);

}

.header:first-letter {color: #a91630}

.content { 
	background-color: #000000;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size : 11px;
	padding: 0px;
	text-align: justify;
	}
	
	
.author { 
	background-color: #212121;
	color: #ffb202;
	font-family: Trebuchet MS;
	font-size : 9px;
	padding: 0px;
	text-align: justify;
	}
	
strong, b {color: #F61857}

em, i {color: #188CA7}

u {color: #EE8531}
	
	
	
a img{
border: 1px solid #EEEDEC;
padding:3px;
cursor: w-resize;} 

a:hover img{ 
border: 1px solid #F61857;
padding:3px;
cursor: w-resize;}


A:link , A:visited , A:active {text-decoration : none; 
	color : #AB3997;
	cursor: w-resize;
 }
 
A:hover {color : #909090;
	cursor : w-resize;
 }
	
A.nav:link , A.nav:visited , A.nav:active {text-decoration : none; 
	color : #F61857;
	cursor: w-resize;
	border-left: 4px solid #E0E0DF; font: 16px Trebuchet MS; 	letter-spacing: 3px;}
 
A.nav:hover {color : #ffffff;
	cursor : w-resize;
	border-left: 4px solid #F61857; font: 16px Trebuchet MS;	letter-spacing: 3px;}	
	
TEXTAREA {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999;
	font-family: Tahoma;
	background-color: #ffffff;
}
INPUT {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999;
	font-family: Tahoma;
	background-color: #ffffff;
}
SELECT {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999; 
	font-family: Tahoma;
	background-color: #ffffff;
}
BUTTON {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999;
	font-family: Tahoma;
	background-color: #ffffff;
	
	
	}
	
