.quote {
    font-family: Verdana, Helvetica;
    font-weight: 900;
    font-size: 13px;
    color: black;
    text-align: center;
}

.framecell1 {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    background-color: #eeeeee;
}

.framecell2 {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    background-color: #999999;
    text-align: center;
}

.navigation {
    color: black;
    text-decoration: underline;
    font-size: 14px;
}

.spacer {
    height: 20px;
}

.diaryentry {
    border-width: 2px;
    background-color: #eeeeee;
    padding: 1em;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    margin: 1em;
}

.diarydate {
    font-size: 14px;
    font-weight: bold;
}

table.centered {
    margin: auto;
}

p.centered {
    text-align: center;
}

img {
    border-width: 0px;
}

h1 {
    color: black;
    font-weight: 900;
    font-size: 14px;
}

p {
    font-size: 14px;
    text-align: justify;
}

li {
    font-size: 14px;
}

a:link {
    color: #777777;
    text-decoration: none;
}

a:visited {
    color: #aaaaaa;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

ul li {
    list-style-image: url(/img/bullet.png);
}

