body {
	background: #630; 
	margin: 5% 10% 5% 10%; 
	font-family: arial, sans-serif; 
	font-size: 0.9 em;
	line-height: 1em;
    }

.header {
	background: url(logo.jpg) no-repeat #000; 
	height: 90px;
	text-align: center;
	color: #ffe; 
	font-weight: bold;
	font-size: 1.6em; 
	margin:0; 
	padding-top: 20px; 
	border-top: thin ridge #ddc; 
	border-left: thin ridge #ddc; 
	border-right: thin ridge #ddc; 
   }

.menu {
	color: #ffe; 
	font-weight: bold;
	font-size: 0.6em; 
   }
.menu a:link, .menu a:active, .menu a:visited { 
	text-decoration: none;
	color: #066; 
   }
.menu a:hover {
	text-decoration: none;
	color: #630;
   }

.footer {
	clear: both;
	background-color: #000; 
	text-align: center; 
	color: #ffe; 
	font-weight: bold;
	font-size: 0.8em; 
	margin:0px;  
	padding: 0.5em;
	border-left: thin ridge #ddc; 
	border-right: thin ridge #ddc; 
	border-bottom: thin ridge #ddc; 
   }
.footer a:link, .footer a:active, .footer a:visited { 
	text-decoration: none;
	color: #ffe;
   }

.blog-container { 
	background-color: #ffe; 
	margin:0px; 
	border-left: thin ridge #ddc; 
	border-right: thin ridge #ddc; 
	padding: 0;
	height: 1%;
}

.blog {
	text-align: left; 
	color:black; 
	float: left;
	margin:0px; 
        	margin-right: -20%;
	border-right: thin ridge #ddc; 
	width=80%;
	padding: 0.5em;
   }

.blog-info {
	text-align: left; 
	color:black; 
	font-size: 1em; 
	margin:0px; 
	padding: 0.5em;
	float: right; 
	width: 20%;
   }

.blog-head { 
	font-weight: bold; 
	font-size: 1em;
	background: #ddc; 
	padding: 0.5em
   }
.blog-date  { 
	font-style: italic; 
	font-size: 0.8em; 
	padding-top: 0; 
	text-align: right;
   }
.blog-entry { 
	font-size: 0.9em;
	line-height:1.2em;
   }

.blog-entry  a:link, .blog-entry a:active, .blog-entry a:visited { 
	text-decoration: none; 
	font-weight: bold; 
	color: #066;    
   }
.blog-entry a:hover { 
	text-decoration: none; 
	color: #630; 
   }
.blog-image {
	border: 0;
	text-align: center;
   }

.link { 
	font: 0.85em; 
	line-height:1.2em;
   }
.link  a:link, .link a:active, .link a:visited { 
	text-decoration: none; 
	font-weight: bold; 
	color: #066;    
   }
.link a:hover { 
	text-decoration: none; 
	color: #630; 
   }



