/* ==========================================================Basic Style Sheet (for version 4 browsers)website:   http://www.alesgarural.com/============================================================ *//* Import Stylesheets   (only modern browsers import these stylesheets)============================================================ */@import url("typography.css"); @import url("layout.css");/* Basic Page Styling (simple styling for version 4+ browsers)============================================================ *//* Basic text styling */body {  font: 62%/1.6em Verdana, Arial, Helvetica, sans-serif;  color: #000;}/* Turn off image borders */img {  border: none;}/* set text sizes */#mainContent h1 {	font: bold 1.4em Verdana, Helvetica, Arial, sans-serif;	letter-spacing: 0.5em;	color: #6B5E3F;	padding-bottom: 0.5em;}#mainContent h2 {	font: bold 1em Verdana, Helvetica, Arial, sans-serif;	letter-spacing: 0.5em;	color: #6B5E3F;	border-bottom: 1px dotted #708074;	padding-bottom: 0.5em;	margin-top: 2.5em;}#mainContent h3 {	font: bold 1.0em Verdana, Helvetica, Arial, sans-serif;	color: #000;}#intro h2 {	font: 1em Verdana, Helvetica, Arial, sans-serif;	letter-spacing: 0.5em;}/* set link styles */a:link {    font: bold 1.0em Verdana, Helvetica, Arial, sans-serif;	color: #4096EE;	text-decoration: none;}a:visited {	color: #4096EE;	text-decoration: none;}a:hover, a:active {	color: #4096EE;  text-decoration: underline;}