input, textarea
{
             border: none
}

div.post
{
	border-right: gainsboro 2px solid;
	border-top: gainsboro 5px inset;
	border-left: gainsboro 5px inset;
	border-bottom: gainsboro 2px solid;
}


div.postTitle
{

	font-size: 1.1em;
	background-color: gray;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
             margin-left: 10px;
             margin-right: 10px;
}

a:visited,
a:active,
a:link {	
	color: Blue;
	text-decoration : underline;
}


a:hover {
             color: navy;
}

div.postTitle a:visited,
div.postTitle a:active,
div.postTitle a:link,
div.postTitle a:hover
{
	color: ccff10;
             margin-left: 20;
}
div.postTitle a:hover
{
             color : yellow;
	text-decoration : underline;
}