/* Last modified $Date: 2008/04/26 23:17:02 $

Copyright 2005 Mt. Hood Technology Answers

$Revision: 1.2 $
*/

H1 {
    color: green;
    font-size : 21pt;
    text-transform : capitalize;
    font-weight : bold;
    text-align : center;
}

H2 {
    color: green;
    font-size : 17pt;
    text-transform : capitalize;
    font-weight : bold;
    text-align : center;
}

H3 {
    color: green;
    font-size : 14pt;
    text-transform : none;
    font-weight : bold;
    text-align : center;
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
}

H4 {
    color: white;
    font-size : 12pt;
    text-transform : capitalize;
    font-weight : bold;
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
    text-align : center;
}

H5.listing {
    font-size : 12pt;
    text-transform : none;
    font-weight : bold;
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
    text-align: left;
}

H5 {
    font-size : 11pt;
    text-transform : none;
    font-weight : bold;
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
}

H6 {
    font-size : 12pt;
    text-transform : none;
    font-weight : normal;
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
}
UL {
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
}

LI {
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
}

HR {
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
}

ADDRESS {
    font-size : 10pt;
    text-align : center;
}

p.center {
    text-align: center;
}

P.modified {
    font-size : 8pt;
    text-align : center;
}

P.icons {
    text-align: center;
}

INPUT.query {font-size: 11pt; text-align:left; margin:0px}

A:link {
    color: #0000FF;
    text-decoration: none;
}

A:visited {
    color: #0000FF;
    text-decoration: none;
    font-style: italic;
}

A.header:link {
    color: #FFFFFF;
    text-decoration: none;
    text-transform : none;
    font-weight : bold;
}

A.header:visited {
    color: #FFFFFF;
    text-decoration: none;
    text-transform : none;
    font-style: italic;
    font-weight : bold;
}

TABLE.box {
    border-style: ridge;
}

TD.box {
    border-style: ridge;
    vertical-align: top;
    text-align: left;
}

INPUT,TEXTAREA,SELECT {
    font-family: Times,serif;
    font-size: 12pt;
}

PRE.poem {
    font-style: oblique;
    font-size : 13pt;
    text-transform : none;
    font-weight : none;
    padding-bottom : 0;
    padding-top : 0;
    border-top : 0 none ;
    border-bottom : 0 none ;
    margin-bottom : 0;
    text-align : center;
    font-family: serif;
}

DIV.center {
    text-align: center;
}

A.index:hover {
    background-color: #728fce;
}

A:hover {
    background-color: yellow;
}
