body {
	font-family: arial narrow, arial, verdana, tahoma;
	margin: 0px;
	}
#head {
	background: rgb(220,40,140);
	color: rgb(200,200,200);
	}
#head a {
	font-family: verdana; 
	font-size: .6em; 
	text-decoration: none; 
	color: white;
	}
#head a:hover {background: rgb(0,0,255)}
#submenu {
	float: right;
	background: rgb(40,40,40);
	margin-top: 20px;
	padding: 10px;
}
#submenu h2, #submenu p {
	background: rgb(0,0,255);
	font-size: .9em;
	color: #ffffff;
	margin: 5px;
}
#submenu a {color: #ffffff}
#submenu a:hover {background: #ffffff; color: #000000;}
#feed {
	font-size: .8em;
	}
#feed img {
	border: 2px black dashed;
	}
#feed a{
	text-decoration: none;	
	color: rgb(100,100,255);
	}
#feed a:hover {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	}
#footer {
	font-size: .8em;
	}
.post {background: rgb(220,220,255); margin: 25px 35px 15px 0px ; padding: 5px; border-bottom: 2px black dashed; border-right: 2px rgb(170,170,255) solid}
.post h3 {background: rgb(100,100,255); color: #ffffff; border-right:200px rgb(30,30,255) solid; margin-top: 0px;}
.search-info {font-size: .8em; color: green;}
.search-info a {color: green;}
.search-info a:hover {color: green; text-decoration: underline;}

a {color: rgb(130,130,200); text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}