body {
background-color : #fff;
margin-top : 40px;
margin-left : 40px;
}
h1 {
font-size : 1.3em;
font-family : Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height: 1.3;
color : #333;
padding-bottom : 5px;
margin-bottom : 10px;
background-color : #ffff66;
width: 600px;
}
.titles {
font-size : 12px;
font-family : Georgia, "Times New Roman", Times, serif;
line-height : 130%;
color : #333;
background-color : #ffff66;
padding-left : 2px;
font-style : italic;
width : 150px;
}

h3 {
font-size : 12px;
font-family : Georgia, "Times New Roman", Times, serif;
line-height : 130%;
color : #333;
background-color : #ffff66;
padding-left : 2px;
font-style : italic;
width : 150px;
}
#content {
font-size : 12px;
font-family : Georgia, "Times New Roman", Times, serif;
line-height : 130%;
color : #333;
padding-bottom : 3px;
margin-top : 10px;
margin-bottom : 10px;
width : 600px;
}
#nav {
color : #333;
font-size : 12px;
font-family : Georgia, "Times New Roman", Times, serif;
line-height : 130%;
padding-top : 5px;
padding-bottom : 5px;
margin-top : 10px;
margin-bottom : 10px;
border-top : 1px dotted #333;
border-bottom : 1px dotted #333;
width : 600px;
}
#nav ul {
margin-left : 0;
padding-left : 0;
display : inline;
border : none;
}
#nav ul li {
margin-left : 0;
padding-left : 0px;
border : none;
list-style : none;
display : inline;
}
a:link, a:visited, a:active {
background : #fff;
color : #333;
border : none;
text-decoration : underline;
}
a:hover {
color : #fff;
text-decoration : none;
background-color : #333;
border : none;
}
a img {
border : none;
}
.post {
color : #999;
bottom : 0;
padding-top : 10px;
padding-bottom : 20px;
font: italic 10px Georgia, "Times New Roman", Times, serif;
}
#footer {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 9px;
color : #999;
bottom : 0;
border-top : 1px dotted #333;
width : 600px;
padding-top : 10px;
padding-bottom : 20px;
width : 600px;
}
ul {
line-height : 150%;
list-style : none;
margin-left : 0;
padding-left : 0;
display : inline;
border : none;
}