/* CSS Document */

/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007 David Hellsing
    
    http://monc.se/tripoli/

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
*{background:#fff;}
body{font-family:georgia,times,serif;color:black}
blockquote{font-style:italic;color:black;}
a:link,a:visited{border-bottom-width:1px;border-bottom-style:solid}

#topo{display:none;
     }
	 
#navegacao{display:none;
           }	 
		   
#opcoes {display:none;
        }		   
		
#rodape{display:none;
        }	
			
#controllers{display:none;
        }	
		
#direita{float:left;
         display:block;
        width:140%;
		 position:absolute;
		 left:-60px;
		 }		
		 
h1 {font-size:18px!important;
   }		 
		
		
h2 {font-size:14px!important;}	

input{border:1px #000000 solid!important;}	 

