	body {
		margin-top:10px;
		margin-left: 0px; margin-right: 0px;
		background-color: #CCFFFF;
		font-family : "Trebuchet MS", Tahoma, Helvetica, sans-serif;
		}

	A 		{ color: #663366; font-family: verdana, arial, sans-serif; text-decoration: none;} 
	A:link		{ color: #003399; text-decoration: none; } 
	A:visited	{ color: #666699; text-decoration: none; } 
	A:active	{ color: #003399;  } 
	A:hover		{ color: #663366;  } 

	h1, h2, h3 
		{
		margin:0px; padding: 0px;
		}

	.description 
		{
		color: #4c90bf;
		font-size:12px;
		font-weight:bold;
  		text-transform:none;	
		display:block;
		}	

	#content {
		z-index: 3;
		padding: 10px;
		margin-right:220px;
		margin-left: 200px;
		margin-bottom:20px;
		}


	#links {
		z-index:2;
		position:absolute;
		top: 320px;
		right: 20px;
		width: 180px;

		color: #663366;
		text-align:center;
		}
				
	#llinks {
		z-index:2;
		position:absolute;
		top: 320px;
		left: 0px;
		width: 250px;

		color: #663366;
		text-align:center;
		}

.blog_entry {   
	color: #003399;
	font-size:14px;
	font-weight:normal;
	margin-left: 255px;
	margin-right: 5px;
    line-height:16px;
	border-left: 0px solid #003399;			
	border-right: 0px solid #003399;
	border-top: 0px double #003399;	  			  		
	border-bottom: 1px double #003399;	  			  		
	padding:10px;
}

.comment_entry {
	color: #003399;
	font-size:14px;
	font-weight:normal;
	margin-left: 5px;
	margin-right: 5px;
	line-height:16px;
	border-left: 0px solid #003399;
	border-right: 0px solid #003399;
	border-top: 0px double #003399;
	border-bottom: 1px double #003399;
	padding:10px;
}

.subject {
	background-image:none;
	font-size:20px;
	font-weight: bold;
	margin: 0mm -1mm 2mm -1mm;
	padding: 1mm 2mm 1mm 2mm;
}
				
.tagline {
	font-size: small;
}

.comments {
	font-size: small;
	margin: 4mm 0mm 2mm 0mm;
	text-align: center;
}

.genmed {
	font-size: small;
}

.code, .quote {
	border: .5mm solid gray;
}

	.side {
		color: #003399;
		font-size:11px;
		font-weight:normal;
  		line-height:14px;				
		}	
		
	.sidetitle {
		
		color: #003399;
		font-size:14px;
		font-weight:bold;

  		line-height:14px;
  		padding:2px;
  		margin-top:10px;
  		border-bottom: 0px solid #003399;
  		text-transform:uppercase;
		letter-spacing: .2em;  					
		}		
	
	.powered {
		color: #003399;
		font-size:10px;
		font-weight:bold;
		border-top: 0px solid #003399;
		border-bottom: 0px solid #003399;		
		line-height:14px;
		padding:2px;
		margin-top:10px;
		text-align:center;
		}	
		
	
input, select, textarea 
		{
		font-size: 11px; font-family:verdana,sans-serif; border: solid 1px black;
		padding: 1px; margin: 1px;
		background-color: #CCFFFF; color: #003399;
		}





