h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}

h1 a:hover {
	color : #093;
}

a:visited,
a:active,
a:link {
	color : #093;
}
a:hover {
	color : #080;
}

#top {
	background-color : #CEA;
	color : #000;
	border-bottom : 4px solid #093;
}



p.date {
	border-bottom : 1px solid #AAA;	
}

#main {
	background-color : #EEE;
	border-bottom : 4px solid #093;
	margin-left : 0px;
	margin-right : 0px;
	padding-left : 10px;
	padding-right : 280px;
}

#comments h4 span {
	color : #999;
}

h3 {
	border-bottom : 1px solid #AAA;
}

.postText {
	padding-right : 20px;
}

#main blockquote {
	margin-left : 40px;
	color : navy;
	font-style: normal;
	background-color: #CCC;
	padding: 5px;
}

#article p, .article p {
  text-indent : 2em;
  margin-top : 0px;
  margin-bottom : 0px;
  line-height : 150%;
}

#rightmenu img {
  border : 0px;
}

#rightmenu p.about {
	margin : 0px;
	padding : 5px;	
        border : 1px solid #69A;
}

.post {
        border-bottom : 1px solid #69A;
        padding-bottom : 4px;
}

#p498 {
        display : none;
        visiblility : hidden;
}