/* -- David J. Russo Web Site Style Sheets --*/

body {
    font-family: Times, "Times New Roman", serif;
    background-image: url('/images/Background - 100dpi.jpg');
}

.pageContainer {
    background-color: white;
    width: 810px;
    border-width: 1px;
    border-style: solid;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

textarea {
    font-family: Times, "Times New Roman", serif;
    font-size: 14px;
}

td {
    font-family: Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

th {
    font-family: Times, "Times New Roman", serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    background-color: #DBD5D5;
}

a { color: blue; font-weight: bold; text-decoration: none; }
a:active { color: blue; }
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: #8383FF; text-decoration: underline; }

td.sectionHeading {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 5px;
    border-style: solid;
    border-color: rgb(102,0,0);
}

