/* hubbard supply company cascading style sheet */
/* design by Logic Solutions, 1999              */
/* Version 2.0, September 25, 1999              */

body {
    font-family : arial, helvetica, geneva, sans-serif;
    font-size: 10pt;
    color : black;
    background : white;
}

h2 {
    font-size: 18pt;
    color : #060;
    font-weight : bold;
}

h3 {
    font-size: 12pt;
    color : #060;
    font-weight : bold;
}

/* the TD controls how the text will look within tables */
/* some browsers require this or they won't process the */
/* css properly.                                        */
td {
font-family : arial, helvetica, geneva, sans-serif;
font-size : 10pt;
}
