/*---------------------------------
|       Global Declarations       |
---------------------------------*/

/*** Base Font Styles / Colors ***/

body, td, p, li, dt { font: normal 12px Tahoma, Arial, Sans-Serif; color: #ccc; }

h1 { font-size: 18px; color: #76A228; }

h2 { font-size: 18px; }

h3 {font-size: 20px; color: #76A228; font-weight: normal; }

h4 {}

h5 { color: #f00; }

h6 {}

a:link, 
a:active, 
a:visited { font-weight: bold; text-decoration: none; color: #76A228; }
a:hover { text-decoration: underline; color: #76A228; }

form { margin: 0px; padding: 0px; }


