
/*** Base Font Styles / Colors ***/

body, td, p, li, dt, input, textarea { font: normal 12px Verdana, Arial, Sans-Serif; color: #595959; }

h1 { font-size: 16px; }

h2 { font-size: 14px; font-weight: bold; text-transform: uppercase; }

h3 {}

h4 {}
	
h5 {}

h6 { font-size: 12px; }

a:link, 
a:visited { color: #20231E; font-weight: bold; text-decoration: none; }
a:hover { color: #20231E; text-decoration: none; }
a:active { color: #20231E; font-weight: bold; text-decoration: none; }

form { margin: 0; padding: 0; }
a, input:focus, textarea:focus {outline:none;}
