body {
	margin: 0px;
	padding: 0px;
	background: White;
	
}

body, p, html, table, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #313131;
	scrollbar-face-color: White; 
	scrollbar-shadow-color: #1967FF;
    scrollbar-highlight-color: #1967FF; 
    scrollbar-3dlight-color: White; 
    scrollbar-darkshadow-color: White; 
    scrollbar-track-color: White; 
    scrollbar-arrow-color: #1967FF;
	letter-spacing: normal;
}

#header {
   
   margin-bottom: 20px;
   margin-top: 20px;
}



#centercolumn {
	position: absolute;
	margin-left: 220px;
	width: 489px;
	background: White;
	padding: 0px 10px 10px;
	left: 2px;
	top: 202px;
}



#leftcolumn {
    position: absolute;
	width: 200px;
	height: 650px;
	margin-left: 10px;
	background: White;
	border-left: 1px solid #D5739E;
	border-right: 1px solid #D5739E;
	color: White;
	}
	
#rightcolumn {
	position: absolute;
	width: 70px;
	height: 650px;
	margin-left: 714px;
	background: White;
	border-left: 1px solid #D5739E;
	border-right: 1px solid #D5739E;
	color: White;
	left: 0px;
	top: 202px;
	}


#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-family: Arial, Verdana,sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #D5739E;
	letter-spacing: 0px;
}


#footer {
	border: 1px dashed #00f;
	clear: both;
	margin: 3px;
}

.block {
	margin:6px 6px 6px 6px;
	padding: 4px;
	background: White;
}


.blockheader {
	padding: 4px;
	background: Black;
	
}

.blockheader {
	padding: 0px;
	background: Black;
	
}

.block H3 {
	background: White;
	color: #D5739E;
	margin: -4px -4px 4px -4px;
	padding: 0px;
	border-bottom: 1px dashed #1967FF;
	font-size: 11px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 6px 0px 0px 0px;
	background: White;
	border: 1px solid White;
	border-bottom: 1px solid White;
}

.entrycontent {
	padding: 6px;
	background: Black;
	border: 1px solid #FF1493;
	font: 12px;
	color: #FF1493;
	margin: 5px 130px 5px 140px;
	}


.content p {
	margin: 10px 2px 2px 2px;
}


H1 {
	font-size: 72px;
	margin: 4px;
	color: #FF1493;
         padding: 2px;
		
}


H2 {
	font-size: 13px;
	margin: 4px 2px;
	color: #FF1493;
	font-variant: small-caps;
	border-bottom: 1px solid #FF1493;
}

H3 {
	font-size: 13px;
}

H4 {
	font-size: 14px;
	margin: 4px;
	color: Black;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #FF1493;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #FF1493;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 6px 0px 0px
	padding:;
	clear: both;
                border-bottom:1px dashed #999;
	
}

.entryfooter_linkdump {
	color: #FF1493;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #FF1493;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #FF1493;
}


.entryfooter a:hover, .date a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF1493;
}


a {
    font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #1967FF;
	text-decoration: none;
}

a:hover {
	color: #D5739E;
	text-decoration: underline;
}

