A, A:link, .mast A:visited, .mast A:active {
    text-decoration: underline;
    text-decoration-color: gray;
    color: #333388; 
}
.update {
    border: solid 1px green;
    padding: 0 20px;
    width: 550px;
    margin: 10px auto;
}
.update p {
    margin: 10px 0;
}
h3 {
    font-size: 1.1em;
    border-bottom: solid 1px gray;
    margin-top: 40px;
}
.floatright {
    float: right;
}
.center {
    text-align: center;
}
.photo {
    border: solid 1px gray;
    margin: 20px;
    box-shadow: 1px 1px 1px 1px #aaccaa;
}
.indent {
    margin-left: 18px;
}
dt {
    text-decoration: underline;
}
table {
    border: solid 1px gray;
    margin-left: 64px;
    border-collapse: collapse;
}
table th {
    font-family: sans-serif;
    font-size: 85%;
    font-weight: normal;
    background-color: #e0e0d0;
}
table tr:nth-child(odd) {
    background-color: #f5f5e5;
}
table td {
    font-family: sans-serif;
    font-size: 85%;
    padding: 3px 15px;
    border: solid 1px gray;
}
.label {
    font-size: 85%;
    text-transform: uppercase;
}
dl {
    margin-left: 36px;
}
li {
    margin-bottom: 0.5em;
}
.patent {
    float: right;
    margin: 20px;
}
canvas {
    border: solid 1px #aa8867;
}
.clear {
    clear: both;
}
