html, body {
	margin: 10px;
	padding: 10px;
}
body { background-color: #ccffcc;
}
td {font-family: Verdana;
    font-size: 12px;
    color: #000000;
    vertical-align: top;
    padding: 0px;
}      

table.main {
	width: 100%;
	height: 100%;
      border-collapse: collapse;
      border-color: #009900;       
}
td.top {background-color: #ffffff;
        
}

h1 {text-align: center;
    color: #009900;
    margin-top: 35px;
}

td.topmenu { 
       width: 25%;
       background-color: #ffffff;
       color: #009900;
       font-weight: bold;
       font-family: Verdana;
       font-size: 16px;            
}
td.menu a {
       width: 25%;
       background-color: #ffffff;
       color: #000000;
       font-weight: bold;
       font-family: Tahoma;
       font-size: 13px;
       
}
td.adsense {
            margin-left: 15px;
            padding-left: 15px;
}

td.text {
       width: 75%;
       height: 100%;
       background-color: #ffffff;
       color: #000000;
}

h4 {
    text-align: left;
    color: #009900;
    margin-left: 15px;
    
}

p {
   text-indent: 25px;
   text-align: justify;
   margin: 0px 15px 5px 15px;
   line-height: 15px;
   
}

td.line {
         background-color: #ccffcc;
         height: 1px; 
         width: 100%;
}
table.page {
            width: 100%;
            height: 100%;
            border-collapse: collapse;
            border-color: #009900;
            margin-top: 20%;
            margin-left: 10%;                        
}
 
a   {
      color: #009900;
      margin-left: 2px;
}

td.green {
	 background-color: #ccffcc;
         height: 100%; 
         width: 1px;	
}


td.mini a {width: 30%;
       background-color: #ffffff;
       color: #000000;
	   font-weight: normal;
       font-family: Tahoma;
       font-size: 11px;
	   padding-left: 4px;
}

