/* CSS - Howie Watkins Main Stylesheet */

BODY {
font-size : 11px;
line-height : 16px;
font-family : Verdana, Arial, Helvetica;
font-weight : normal;
color : red;
text-align : justify;
margin-top : 50px;
margin-bottom : 50px;
margin-left : 50px;
background : #FFFFFF;
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #FFFFFF;
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #CCCCCC;
}

a:link {
color: #0066cc;
font-size: 11px;
line-height : 16px;
font-family: verdana,arial,helvetica;
text-decoration: none;
}

a:visited {
color: #0066cc;
font-size: 11px;
line-height : 16px;
font-family: verdana,arial,helvetica;
text-decoration: none;
}

a:hover {
color: #ff3333;
font-size: 11px;
line-height : 16px;
font-family: verdana,arial,helvetica;
text-decoration: none;
}

p, blockquote, td, li, input, ul, ol, dl, dt, dd, form, list {
font-size: 11px;
line-height : 16px;
font-weight : normal;
color : #666666;
text-align : justify;
margin-bottom : 20px;
}

H1 {
font-size : 40px;
line-height : 40px;
font-weight : normal;
color : #000000;
text-align : left;
margin-bottom : 40px;
}

H2 {
font-size : 20px;
font-weight : normal;
color : #000000;
text-align : left;
margin-top : 40px
margin-bottom : 20px;
}

H3 {
font-size : 16px;
line-height : 16px;
font-weight : normal;
color : #000000;
text-align : left;
}

H4 {
font-size : 20px;
line-height : 25px;
font-weight : normal;
color : #000000;
text-align : left;
margin-bottom : 30px;
}

H5 {
font-size : 9px;
line-height : 9px;
font-weight : normal;
color : #666666;
text-align : left;
}

H6 {
font-size : 25px;
line-height : 0px;
font-weight : normal;
color : #000000;
text-align : left;
margin-left : 20px;
margin-top : 20px;
}

TABLE {
width : 600px;
cellspacing : 5px;
}

Td {
vertical-align : top;
}