@charset "UTF-8";
/*
@import url(typical.css);
*/

* {
 margin: 0;
 padding: 0;
 line-height: 110%;
}

body {
 color: #333;
 font-size: 80%;
 text-align: center;
/*
 font-family: 'Trebuchet MS', sans-serif;
 font-family: Georgia, serif;
*/
 font-family: 'Times New Roman', serif;
}

#wrapper{
 font-size: 1em;
 width: 36em;
 text-align: left;
 margin: 0 auto;
}

#header, #footer {
 margin: 1em auto;
 text-align: center;
 color:#666;
}


#description, .posted, .posted a {
 color:#999;
}

.story {
 margin: 1em auto;
}
.posted {
 text-align: right;
}

#footer ul li {
 display: inline;
 margin: 0 0.25em;
}

a:link, a:visited {
 text-decoration: none;
}

a:hover, a:active {
 background-color: #ddd;
 text-decoration: underline;
}




h1, h2, h3, h4, h5, h6 {
 font-weight:normal;
 color: #666;
}
h1 {
 font-size: 2em;
}
h2 {
 font-size: 1.7em;
}
h3 {
 font-size: 1.4em;
}
h4 {
 font-size: 1.1em;
}
h5 {
 font-size: 0.9em;
}
h6 {
 font-size: 0.7em;
}
#header a, #header a:visited, .date a, .title a, .title a:visited, #footer a {
 color: #666;
}
