/* CSS Document */

H1 {
background : transparent;
font-family : Trebuchet MS, sans-serif;
font-size : 60px;
font-weight : bold;
text-align : center;
color : #ff6600;
margin:25;
}

H2 {
background : transparent;
font-family :Arial, sans-serif;
font-size : 16px;
font-weight : bold;
text-align : center;
color : #666666;
margin:15;
}

H3 {
background : transparent;
font-family : Trebuchet MS, sans-serif;
font-size : 30px;
font-weight : bold;
text-align : left;
color : #ff6600;

}

H4 {
background : transparent;
font-family : Trebuchet MS, sans-serif;
font-size : 16px;
font-weight : bold;
text-align : left;
color : #ff6600;
}

H5 {
background : transparent;
font-family : Trebuchet MS, sans-serif;
font-size : 18px;
font-weight : bold;
text-align : left;
color : #ff6600;
margin:5;
}

H6 {
background : transparent;
font-family : Trebuchet MS, sans-serif;
font-size : 14px;
font-weight : bold;
text-align : left;
color : #ff6600;
margin:1;
}

BODY, DIV, P, TR, TD {
font-family : Verdana, Arial, sans-serif;
font-size : 12px;
font-weight : normal;
color : #666666;
}


}
a { text-decoration: none;}  
A:link { color: #000000;text-decoration: none;}
A:visited { color: #000000;text-decoration: none;}
A:hover { color: #ff6600;text-decoration: none; }

p { line-height: 140%; }
}
