h1 {		/*  blog title 	*/
font-size: 20px;
font-family: "Times New Roman", serif;
color: #000000;
padding-bottom: 3px;
border-bottom: solid 1px #000000;
font-weight: bold;
}
h2 {		/*	blog entry date	*/
font-size: 15px;
font-family: "Times New Roman", serif;
color: #000000;
font-weight: normal;
}
.text {
padding: 5px 15px 30px 15px;
font-family: "Times New Roman", serif;
color: #000000;
font-size: 15px;
}
.footer {
font-size: 14px;
font-family: "Times New Roman", serif;
color: #000000;
}
.text a, .text a:hover, .text a:active {
font-family: "Times New Roman", serif;
font-size: 15px;
color: #000000;
font-weight: normal;
}