h3 {
background-color: rgb(204, 132, 30); 
color: black; 
border-style: dotted; 
border-left: none;
border-right: none;
}

h4 {
background-color: rgb(204, 102, 0); 
color: black; 
border-style: dotted; 
border-left: none;
border-right: none;
}

body
{
background-color: rgb(45, 32, 12);
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.doot {
border-bottom: 2px dotted;
border-color:  rgb(255, 204, 102);
}

code {
background-color: #f1f133;  
color: #111133; 
border: 1px; 
border-style: dotted;
}

a:link {
color: #aa7711; 
background-color:transparent; border: none;
text-decoration: none;
}

a:visited {
color: #993300; 
background-color:transparent; border: none;
text-decoration: none;
 }
 
a:hover {
color: #993300; 
background-color:transparent; border: none;
text-decoration: underline;
}

.borderldraw { 
border-style: solid; 
width: 0px; 
height: 0px; 
line-height: 0px; 
margin:0px;
float:left;
border-width:2px;
border-color: rgb(45, 32, 12)  rgb(204, 102, 0)   rgb(204, 102, 0) rgb(45, 32, 12); 
} 
.borderrdraw { 
border-style: solid; 
width: 0px; 
height: 0px; 
line-height: 0px; 
margin:0px;
float:left;
border-width:2px;
border-color: rgb(45, 32, 12) rgb(45, 32, 12) rgb(204, 102, 0) rgb(204, 102, 0)  ;
}
.borderwdraw { 
border-style: solid; 
width: 0px; 
height: 0px; 
line-height: 0px; 
margin:0px;
float:left;
border-width:2px;
border-color:  rgb(204, 102, 0)   rgb(204, 102, 0) rgb(45, 32, 12) rgb(45, 32, 12); 
} 

.borderedraw { 
border-style: solid; 
width: 0px; 
height: 0px; 
line-height: 0px; 
margin:0px;
float:left;
border-width:2px;
border-color:    rgb(204, 102, 0) rgb(45, 32, 12) rgb(45, 32, 12)  rgb(204, 102, 0)  ;
}

TD.button1 { border: 1px; border-style: solid;border-color: black;background-color: rgb(255, 204, 102);}
TD.button2 { border: 1px; border-style: solid;border-color: black;background-color: rgb(235, 184, 0);}
TD.button3 { border: 1px solid ; border-color: black;border-right: none; background-color:  rgb(235, 184, 0);}
TD.button4 { border-top: 1px solid; border-color: black; border-bottom: 1px solid; background-color:  rgb(235, 184, 0);}
TD.button5 { border: 1px solid ; border-color: black;border-left: none; background-color:  rgb(235, 184, 0);}

.list2 {
display: list-item; 
list-style-type: disc;
}

.list1 {
display: list-item; 
list-style-type: disc; 
margin-left:35px; 
}


TABLE.top {
border: 1px solid;
border-bottom: none;
border-color: rgb(45, 32, 12); 
width: 750px; 
text-align: center; 
background-color: rgb(204, 102, 0); 
vertical-align: middle;
}
TABLE.center {
border: 1px solid;
border-bottom: none;
border-top: none;
border-color: rgb(45, 32, 12); 
width: 750px; 
text-align: center; 
background-color: rgb(204, 102, 0); 
vertical-align: middle;
}

TABLE.bottom {
border: 1px solid;
border-top: none;
border-color: rgb(45, 32, 12); 
width: 750px; 
text-align: left; 
background-color: rgb(204, 102, 0); 
vertical-align: middle;

}
TABLE.inner
{
border: 1px solid; 
text-align: center; 
margin-left: auto; 
margin-right: auto;
background-color: rgb(255, 248, 222);
}

TD.inner {
border: 1px solid ; 
background-color: rgb(255, 248, 222);
}

