body {
    background: url(images/stucco.jpg);
}

/*----------------
 * Titles, etc */
.title {
    text-align:center;
    color:green;
}

.subtitle {
    font-size: 16pt;
    margin-bottom: 20px;
}

.warning {
    font-weight: bold;
    border: solid 1pt black;
    margin: 10px 30px 20px 30px;
    background: #fdd;
}

.error {
    font-weight: bold;
    font-size: 18pt;
}

.returnlink {
    font-size: 18pt;
    border: ridge 2pt black;
    background: #ddd;
}

/*-------------
 * menu options */
.menu {
    border: 1pt solid black;
    background-color: #f0f0b8;
    color: #000088;
    
}

.menu ul li {
    text-indent:-30;
    list-style-position:inside;
}

.menu ul li a {
    color: purple;
}

.menu ul li a:hover {
    color:green;
}

/*--------------
 * header stuff */

.header {
    text-align:center;
}

h1.header {
    color: #b66;
}

hr.header {
    height:4pt;
    color: black;
    background: black;
}

/*-----------------
 * footer stuff */

.footer {
    text-align:right;
}

/*--------------
 * tables */
.table {
    background: #ddf;
    border:solid 1pt black;
}

.table th {
    text-align: left;
    background: #ffffcc;
}

.blankline {
    background-color: #ffcccc;
}

.emaillist {
    border: solid 2pt black;
    font-size: 14pt;
    font-family: Courier;
    margin-bottom: 20px;
    width: 80%;
    background: white;
}

#instrumentlist {
    text-align: top;
}

/*---------------
 * forms */
.memberinfo tr td {
    font-size: 12pt;
}

.button {
    font-size: 16pt;
    margin-top: 20px;
}

.actionbutton {
    font-size: 16pt;
    margin-top: 20px;
    background: #fdf;
}

/*-----------------------
 * special page styles */

.news {
    font-family: Comic Sans MS;
    font-size: 12pt;
}

.news h3 {
    font-size: 16pt;
    color: #000088;
}

.news hr {
    color: #000090;
    background: #000090;
    height: 5pt;
}

