body {
	font-family: Serif;
	font-size: 14px;
}

h2 {
	font-family: Courier;
}

h3, h5 {
	padding: 0;
	margin: 0;
}

form label {
	display: block;
	width: 200px;
}

form input[type='text'].medium {
	width: 300px;
}

form textarea {
	width: 300px;
	height: 200px;
}



tr#odd {
	background-color: #fcf1d1;
}

tr#odd:hover {
	background-color: orange;
	
}

tr:hover {
	background-color: orange;
} 

col#date {
	width: 150px;
}

td {
	font-size: 14px;
}

col#title {
	align: left;
}

td a {		
	color: navy;
}

.post {
	margin-bottom: 150px;

}

p.comments { 
	padding: 0; 
	margin: 0;
	font-family: Serif; 
	font-size: 14px;
	width: 400px;	
	margin-bottom: 10px;
}

p.text {
        font-family: Courier;
        font-size: 0.8em;
        width: 500px;
}

a.comment_link {
	margin: 10px 0px 150px 0px;
	color: blue;	
}

form input,textarea {
	font-family: sans-serif;
	font-size: 12px;	
}

form input.post_title {
	width: 650px;
	font-size: 16px;
}

form textarea.post_text {
	font-family: serif;
	padding: 3px;
	font-size: 15px;
	width: 650px;
	height: 500px;
}


.email-subscribe {
	border: 1px dotted black;
	width: 300px;
	padding: 5px;
	float: right;
}

.email-subscribe input {
	border: 1px solid black;
}

