
/******************************************************************
RESET STYLES
******************************************************************/

/* type & header styles */
body { font-size:13px;  } 

/******************************************************************
COMMON & REUSABLE STYLES
******************************************************************/

/* floats */
.left,.aleft { float: left; }
.right,.aright { float: right; }

/******************************************************************
GENERAL STYLES
******************************************************************/

body { 
	font-family:Arial, Helvetica, sans-serif;
}

/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited { color: #c67f4e; text-decoration: none; }
a:hover { color: #6b310a; text-decoration: none; }
a:active { color: #c67f4e; }
a:link {-webkit-tap-highlight-color: #c67f4e; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

a h1, a .h1, a h2, a .h2, a h3, a .h3, a h4, a .h4, a h5, a .h5 { text-decoration: none; color: #d65903;  font-family: Georgia, "Times New Roman", Times, serif; }
a:hover h1, a:hover .h1, a:hover h2, a:hover .h2, a:hover h3, a:hover .h3, a:hover h4, a:hover .h4, a:hover h5, a:hover .h5 { color: #6b310a; }
h1 , .h1 , h2 , .h2 , h3 , .h3 , h4 , .h4 , h5 , .h5  { font-family: Georgia, "Times New Roman", Times, serif; color:#3d4c48; }
h1, .h1 { font-size:1.70em; line-height: 1.2em; }
h2, .h2 { font-size: 1.6em; line-height: 0.9em; }
h3, .h3 { font-size: 1.4em; }
h4, .h4 { font-size: 1.2em; font-weight: 700; }
h5, .h5 { font-size: 1em; line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }

