html, BODY {
	background-color: LightGrey;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size: 13px;
	color: #696969;
 	margin: 0px;
 	padding: 0px;
}

A {
	color: #336699;
	text-decoration: none;
}

A:HOVER {
	color: #996633;
	text-decoration:underline;
}

A:ACTIVE {
	color: #99CCCC;
}

A:VISITED {
	color: #CC9966;
}
.date {
	color: #B1B1B1;
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : normal;
}
.side {
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : normal;
}

.hi {
	font-size: 36px;
	font-family : Times New Roman, serif;
	line-height : normal;
}


.posts {
	font-size: 11px;
	font-family : Georgia, Times New Roman, serif;
	line-height : 20px;
	color : #000000;
}

.head {
	font-size: 11px;
	font-family : Georgia, Times New Roman, serif;
	line-height : 20px;
	color : #808080;
	text-transform:uppercase;
	font-weight : bold;
}

H3    { 
      color:  #400080; 
      text-transform: capitalize; 
}

H6    {
      font: 9pt;
}


i     {
      color: DarkSlateGray;
}


#mainTable {
	border: 1px solid #000000;

	/*/*/line-height: 1.5em; /* */
 }

#mainTable td {
 	padding: 10px;/*Pads each table cell in modern browsers*/
      border: 2px solid #000000;
 }

 #maincontent {
 	border-left: 2px dotted #333;
 	font-size: 14px;

	/*/*/font-size: 100%; /* */
 }

 #sidebar {
 	width: 200px;
 	font-size: 12px;
      vertical-align: top;
	/*/*/font-size: 85%; /* */
 }
td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }