body {
	margin:20px 20px 20px 20px;
	background:white;
	font-family:palatino, georgia, times new roman, serif;
	font-size:small;
	color:black;
}
A:link {
	COLOR: Red;
	TEXT-DECORATION:none;
}
A:visited {
	COLOR: Blue;
	TEXT-DECORATION:none;
}
A:active  {
	COLOR: Red;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: Red;
	TEXT-DECORATION:underline;
}
.content {	
	width:85%;
	background:white;	
	text-align:left;
	width:600px;
	margin:0px auto; 
	border:1px dashed silver;
	padding:15px;		
		}
p {
	line-height: 1.4em;
	font-weight: normal;
}
td {
	font-weight: normal;
}
h1 {  font-size: x-large; font-weight: bold}
h2 {  font-size: large; font-style: normal; font-weight: normal}
h3 {   font-size: medium; font-style: normal; font-weight: bold}
.blogbody {
	font-size: 95%;
	font-weight:normal;
  	background:white;
  	line-height:1.4em;
 	border-bottom:1px dotted silver;
 	padding:10px;
	}	
.blogtitle	{  
	color: gray; 
	text-transform: uppercase;
	font-weight:bold;	
	}		
.header { font-size: 120%; font-weight: bold}
.small { font-size: 80%;}
.realsmall { font-size: 60%;}
.side {
	color:gray;
	font-size:80%;
	font-weight:normal;
	background:white;
	line-height:1.4em;				
	}	
.sidetitle {
	color:gray;
	font-size:90%;
	font-weight:bold;
	background:white;
	line-height:1.4em;
	padding:2px;
	margin-top:10px;
	border-bottom:1px dotted silver;
	text-transform:uppercase;
	letter-spacing: 0.2em;  					
	}		
