@charset "utf-8";

/* COMMON */

body { 
background-image:url(../images/light-wood-texture.jpg);
//background-color:#EEEEEE; 
font-family: Univers, Helvetica, Verdana, Geneva, sans-serif;  
color:#000; 
font-size:0.8em !important; 
font-size:0.7em; 
line-height:1.8em; 

}

a { color:#000000; text-decoration: none; outline:none; }

h1 { font-size:1.4em; color:black; height:40px; }
h2 { font-size:1.2em; color:#333 }
p { margin-bottom: 14px; }
COMMENT { vertical-align: super; font-size:0.8em; }

/* CLEARFIX */
.clearfix:after { content:"."; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 1px; }
*html .clearfix { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }
