Scott M. Mcdermott

UNIX Systems & Network Administrator
available for contract or salaried positions

style.css

body {
        background-color: white;
        color: black;
        margin-left: 20px;
        font-family: helvetica, verdana, arial;
        font-size: 12pt;
}

h2,h3,hr,h4 {
        font-family: arial;
        font-variant: small-caps;
        color: #008080;
}

a:hover {
        color: maroon;
}
a:active, a:visited, a:link {
        color: blue;
}

a.white {
        color: white;
}
a.qsubheader {
        color: #000033;
}

.qheader {
        background-color: #000033;
        color: #66cc00;
}
.qsubheader {
        background-color: #008080;
        color: #000033;
}

.tablecell {
        background-color: #a9a9a9;
}
.tablealtcell {
        background-color: #808080;
}
.tablehead {
        background-color: #444444;
        color: white;
        padding: 5;
        font-family: helvetica, verdana, arial;
        font-size: 13pt;
}