/* CSS Document */

body.intro{
	background-color:#848484;
}

.blogUnderline{
	border-bottom:2px solid #FF88FF;
	background:#FFaaFF;
}

.blogDate{
	background:#e9e9e9;
	border-right:2px dotted #999;
	min-height:100%;
}

.blogText{
	background:e9e9e9;
}

.blogBody{
	/*border:2px solid #FF55ff;*/
	padding:3px;
	border:3px solid #eebbee;
}

.blogTextArea{
	background:e9e9e9;
	height:auto;
	width:100%;
	border:0px solid black;
}

.navigation{
	text-align:center;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}