body {
 font-family: Verdana, Helvetica, arial, sans-serif;
 background-image : url(bg.gif);
 background-repeat: repeat-y;
 background-position: 50% 50%;
 background-color: #eee;
 margin: 0 auto 0;
 padding-bottom: 20px;
 text-align: center;
 letter-spacing: 0ex;
 font-size: 100%;
}
blockquote {
 font-size: 90%;
}
a, a:visited {
 text-decoration: underline;
 color: blue;
}
a:hover {
 text-decoration: none;
 color: blue;
}
code {
 font-size: 110%;
}
#container {
 width: 640px;
 margin: 0 auto 0 auto;
 border-top: 5px solid navy;
}
#banner {
 padding: 0 30px;
 padding-top: 10px;
}
#navi {
 font-size: 90%;
 line-height: 150%;
 padding: 0 30px;
}
#entry {
 text-align: left;
 line-height: 150%;
 padding: 0 30px;
}
#footer {
 text-align: right;
 font-size: 80%;
 padding: 0 30px;
}
h3.title {
 text-align: left;
 font-size: 120%;
 font-weight: bold;
 margin-bottom: 10px;
}
.hl {
 background-color: #ffc;
}

