BODY {
	color: Black;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A {
	color: #0096C8;
	text-decoration: none;	
}

A:HOVER {
	color: #0096C8;

}

.writing {
   text-align: justify;
	width: 400px;
	background-color: #f6f6f6;
	border: 1px solid Black;
	padding: 20px;
}

.entrytitle { font-weight: bold; }

.sidebar {
   text-align: justify;
	width: 150px;
	border-bottom: 1px dotted Black;
	border-top:  1px dotted Black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entryfooter { text-align: right; }

.header {
	
	position: relative; top:5px; left:-1px;
	text-align: left;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 }
 
 .sideheader {
	
	position: relative; top:5px; left:-1px;
	text-align: left;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
 }
 
 .footer {
	
	position: relative; top:-18px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 }
 
  .menu {
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	 }
	}
