body { color: black; background-color: white; }

p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

.cssbutton
{ color:black; 
font-weight:normal; 
background:#F3E2A9;
background-image: none; 
background-repeat: repeat; 
background-attachment: scroll; 
background-position: 0 0; 
padding:10px; 
width:90px; 
height:22px; 
border:solid 0.5px #b8babc; 
border-radius:10px; 
box-shadow:1px 1px 1px 1px #666; 
}
