/* albertoferrer.com main style sheet */

body      { font-size: 120%; #font-size: 100%; /* <-- FOR INTERNET EXPLORER BROWSERS */ color: black; background: white; } 
a:link    { color: navy; background: white; font-weight: bold; text-decoration: none; } 
a:visited { color: gray; background: white; font-weight: bold; text-decoration: none; }
a:hover   { color: blue; background: white; font-weight: bold; text-decoration: underline; } 
a:active  { color: red; background: white; } 

p  { font-size: 0.7em; line-height: 1.5em; font-family: helvetica, arial, sans-serif; }
h1 { font-size: 2.0em; font-family: georgia, verdana, tahoma, helvetica, arial, sans-serif; }
h2 { font-size: 1.5em; font-family: georgia, verdana, tahoma, helvetica, arial, sans-serif; } 
h3 { font-size: 1.0em; font-family: georgia, verdana, tahoma, helvetica, arial, sans-serif; } 
h4 { font-size: 0.7em; font-family: helvetica, arial, sans-serif; } 
h5 { font-size: 0.6em; font-family: helvetica, arial, sans-serif; } 
h6 { font-size: 0.6em; font-weight: normal; font-family: helvetica, arial, sans-serif; } 
ul { font-size: 0.7em; line-height: 150%; font-family: helvetica, arial, sans-serif; }
ol { font-size: 0.7em; line-height: 150%; font-family: helvetica, arial, sans-serif; }

		  
.bold     { font-weight: bold; }
.unbold   { font-weight: normal; }
.undl     { text-decoration: underline;	}
.ital     { font-style: italic; }
.red      { color: red; }
.boldundl { font-weight: bold; text-decoration: underline; }
.italundl { font-style: italic; text-decoration: underline; }	
.boldital { font-weight: bold; font-style: italic; }	   
.boldred  { color: red; font-weight: bold; }	  
.noborder { border: 0; }
.height   { line-height: 5em; }
.mainsub  { color: red; font-style: italic; margin-left: 6em; margin-top: 0em; }
.headsub  { color: red; font-style: italic; margin-left: 15%; margin-top: 0em; }

#header {
  margin-bottom: 3em;
  padding-left: 1em;
  padding-top: 1em;
  }

#homehead {
  margin-left: 30%;
  margin-right: 2em;
  padding-top: 20%;
  padding-bottom: 10%;
  }
    
#menu {
  width: 15%;
  float: left;
  padding-top: 0.3em;
  padding-left: 1.5em;
  }

#content {
  margin-left: 18%;
  margin-right: 2em;
  }

#footer {
  clear: both;
  text-align: center;
  }
