/* CSS Document */

.wnav {
display: block;
width: 525px;
margin: 15px auto auto auto;
}
.wspacer {width: 405px; display: table-cell;}
.wnavn {margin: auto 0px auto auto;}
.wnavp {margin: auto auto 0px auto;}
.wnavn, .wnavp {
display: table-cell;
border: 1px solid white;
background: #65953D;
width: 60px;
padding: 5px;
text-align: center;
}
.wnavn a, .wnavp a {color: white;}
.wnavn a:hover, .wnavp a:hover {font-weight: bold;}

.wentry {
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
text-align: justify;
padding: 0px 5px 5px 5px;
margin-top: 15px;
}
.wtitle {
font-style: italic;
font-weight: bold;
color: #234805;
margin-bottom: 0px;
}
.wdate {
font-style: italic;
font-weight: bold;
color: #234805;
font-size: smaller;
margin-top: 0px;
}
div.wentry img {display: block; margin: 10px auto 55px auto;}
