/* Penbode */
html{
background:#076007;
margin:0px;
padding:0px;}
}
body{margin:0px;padding:0px}

.head{
color:white;
width:100%;
background:white ;
margin:0px;
padding:0px 0px 20px 0px}

.content{
background:#ffffff; 
color:black;
margin:10px 5%; 
padding:0px 5%;
border:1px solid olive;
}
p{
color:#186321;
font:1em tahoma, verdana, sans-serif
}

b{font-weight:bold;color:green}

.center{text-align:center}
.close{margin-top:5px;font-size:0.8em}
/*br{clear:both}	*/

em{font-size:1.2em;color:#186321}

.box{padding:5px;margin:20px;background-color:#dddddd;
border-top:2px solid silver; 
border-left:2px solid silver;
border-bottom:2px solid gray; 
border-right:2px solid gray} 

.ctbox{margin:10px 5%; padding:10px 2em;
color:green;
background-color:#efefef;
/*border:1px solid grey;*/} 

/*                            LINKS       */
a{font:1em tahoma, verdana, sans-serif;border-bottom:1px dotted}
a:link {
color : yellow; 
text-decoration : none; 

} 
a:visited {
color : maroon; 
text-decoration : none; 
} 
a:hover {
color : white; 
background : maroon; 
text-decoration : none; 
} 
a:active {
color : yellow; 
text-decoration : none; 
} 

.content a:link {
color : red; 
text-decoration : none; 

} 
.content a:visited {
color : maroon; 
text-decoration : none; 
} 
.content a:hover {
color : white; 
background : maroon; 
text-decoration : none; 
} 
.content a:active {
color : cyan; 
text-decoration : none; 
} 
 
a.hid{text-decoration:none}

 a:link.hid  {
color:white
} 
a:visited.hid  {
color : white; 
text-decoration : none; 
} 
a:hover.hid  {
color : green; 
background:white
} 
a:active.hid  {
color : green; 
background:white
} 

/*alternate link colors*/
a:link.aln {
color : green; 
text-decoration : none; 

} 
a:visited.aln {
color : mauve; 
text-decoration : none; 
} 
a:hover.aln {
color : red; 
background : none; 
text-decoration : none; 
} 
a:active.aln {
color : yellow; 
text-decoration : none; 
} 

.head a{border:none}


/*                        HEADERS*/


h1 , h2 , h3, h4 {
font-family :  "tahoma",verdana,palatino,"palatino linotype",sans-serif; 
text-align : center; 
font-weight:normal; } 

h1{

font-size:2em} 
 
h2{
color:#527b10;
font-size : 1.7em; 

} 
h3{
color:green;
font-size : 1.2em; 
text-align:center;
margin:5px auto;
font-weight:normal;
} 
h4{
color:yellow;
font-size:1.5em;
margin:5px auto;
}
h5{
color:green;
font-size:1.3em;
}

.head h2{padding:25px 0px 0px 0px} 
/*                             images */

img{border:1px solid black;} 

.right{
float:right;
margin:5px 0px 5px 10px;
}
.left{
float:left;
margin:5px 10px 5px 0px;
} 
.cen{
margin:5px auto;
}
 


/*                            Lists */

ol,ul,li{font:1em "palatino linotype",serif,"times new roman";color:maroon} 
