body{
    background-color: #9d0e4a;
    margin: 0px 0px 0px 0px;
}
table{
    width: 100%;
    border: 0px 0px 0px 0px;
}
table.main{
    padding: 0px 0px 0px 0px;
}
td,tr{
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}
td.c{

    text-align: center;
}
td.left_img{
    width: 16px;
    background-image: url(images/border-left.jpg);
}
td.right_img{
    width: 16px;
    background-image: url(images/border-right.jpg);
}
.bottom{
    font-size: 9px;
    left: 50%;
    right: 50%;
    vertical-align: center;
}
.menu_bar{
    border-width: 1px 0px 1px 0px;
    border-style: solid;
}
a:link,a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #FF00FF;
    text-decoration: underline;
}
a:active {color: #000000}
.bold{
    font-weight: bold;
}
p{
    font-size: 14px;
}
.smaller_still{
    font-size: 12px;
}
img{
    border-width: 0px 0px 0px 0px;
}
.smaller{
    font-size: 14px;
}
.dateRow{
    vertical-align: centre;
    font-weight: bold;
}
h2{
    
    color: #c0504d;
}
.u{
    
    text-decoration: underline;
}
table.diary{
    background-color: #d9d9d9;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #595959;
    border-left-color: #595959;
    border-bottom-color: #595959;
    border-top-color: #595959;
}
th.diary{
    
    color: #FFFFFF;
    background-color: #696969;
    text-align: center;
}
td.diary{
    
    background-color: #d9d9d9;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #595959;
    border-left-color: #595959;
    border-bottom-color: #595959;
    border-top-color: #595959;
}
img.wrapLeft{
    float: left;
    margin: 4px;
}
.b{

    font-weight: bold;
}