
body.normal {
	margin: 0px;
	left-margin: 0px;
	padding: 0px;
	min-width: 1000px;
	font-weight: normal;
	color: #000000;
	font-color: #000000;
	position: absolute;
}

A {text-decoration: none; color="#8B0000";}
A:link { color: #8B0000; text-decoration: none;}
A:visited { color: #8B0000; text-decoration: none;}
A:active { color: #8B0000; text-decoration: underline;}
A:hover { color: #8B0000; text-decoration: underline;}
     
A.black {text-decoration: none; color="#E5E5E5";}
A.black:link { color: e5e5e5; text-decoration: none;}
A.black:visited { color: e5e5e5; text-decoration: none;}
A.black:active { color: ffbb00; text-decoration: underline;}
A.black:hover { color: ffbb00; text-decoration: underline;}

.date{
	font-family: Georgia, serif;
	color: #000000;
	font-weight: none;
	font-size: 14px;
	font-style: italic;
	text-align: left;
}

.header{
	font-family: Georgia, serif;
	color: #000000;
	font-weight: none;
	font-size: 20px;
	font-style: italic;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 5px;
	word-spacing: 4px;
}

.title{
	font-family: Georgia, serif;
	color: #000000;
	font-weight: none;
	font-size: 36px;
	font-style: italic;
	text-align: left;
	text-transform: lowercase;
	letter-spacing: 5px;
	word-spacing: 4px;
}


.post{
	font-family: Georgia, serif;
	color: #000000;
	line-height:150%;
	font-weight: none;
	font-size: 14px;
	text-align: justify;
}


.footer{
	font-family: Georgia, serif;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}

.sidebar{
	font-family: Georgia, serif;
	font-weight: bold;
	color: #666600;
	line-height:150%;
	font-size: 14px;
	text-align: left;
}

.credit_blog{
	font-family: Georgia, serif;
	color: #666600;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
}

.right{
	border-right: medium solid #222200 
}  


