body,td { 
    font-family: Verdana,Geneva,Arial,Sans-serif; 
    font-size: 100%; 
    margin: 20px 20px;
}
li {
    margin-bottom: 5px;
}
a:link#menu     { color: black; text-decoration: none }
a:visited#menu  { color: black; text-decoration: none }
a:active#menu   { color: blue; text-decoration: underline }
a:hover#menu    { color: #369; text-decoration: underline }
#pagetitle { 
    letter-spacing: 3px; 
    font-size: 150%; 
}
#pagetitle a {
    color: #336699; 
    font-weight: bold; 
    text-decoration: none; 
}
.smaller { 
    font-size: 80%; 
    display: inline;
}
.field_row {
}
.field_desc {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
    padding-bottom: 10px;
}
.field_value {
    padding-bottom: 10px;
}
h3 {
    margin: 0px 0px;
}
#title_img {
    float: right;
    padding: 10px;
    border: 1px solid #999;
    margin-left: 15px;
    cursor: default;
}
#cover_img {
    padding: 10px;
    border: 1px solid #999;
}
#read_link {
    text-align: center;
    color: #333;
    border: 1px solid #999;
    padding: 10px;
    font-size: large;
    font-weight: bold; 
    text-decoration: none;
}
#read_link:hover {
    color: #336699;
    cursor: pointer;
    text-decoration: underline;
}
#notice {
    border: 2px solid #369;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #f0f0f0;
    font: bold smaller sans-serif;
    text-align: center;
}
label {
    font-weight: bold;
}

#google_search_form {
    padding-left: 30px;
}

