 
 p {
font-size : 9px;
font-family : verdana;
color : #000000;
text-align : left;
margin : ;
}

h3 {
font-family : verdana;
color : #000000;
text-align : left;
}

h2 {
font-family : verdana;
color : #000000;
text-align : left;
}

h1 {
font-family : verdana;
color : #000000;
text-align : left;
}

body {
font-size : 9px;
font-family : verdana;
color : #000000;
background : #ffffff url() fixed repeat;
}

blockquote {
font-size : 9px;
font-family : verdana;
color : #ff0000;
text-align : left;
}

a:hover {
font-weight : bold;
font-size : 9px;
font-family : verdana;
color : #c0c0c0;
background : #000000  normal;
text-decoration : bold;
}

a:visited, a:link, a:active {
font-weight : bold;
font-size : 9px;
font-family : verdana;
color : #000000;
text-decoration : normal;
}

#content {
  margin-top: 140px;
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
