.button {border:2px inset #660000;
         width:100px;
         padding:3px 15px;
         color:#660000;
         background-color:#DEDEA5;
         font-family:Arial, Helvetica, sans-serif;
         font-size:x-small;
         font-weight:bold; 
         text-align:center;
         text-decoration:none;
        }
a.button:link {color:#660000;}
a.button:visted {color:#660000;}
a.button:hover {color:#660000;
                border:2px outset #DEDEA5;
               }
body {background-color:#FFFFFF}
.text1 { font-size:x-large;
         color:red;
	   }