
#mybutton   {
        text-align: center;
        border-style: outset;
        border-color: #F7C608;
		border-width: thick;
        background-color: #000066;
        text-decoration: none;   
        width: 170px;
        text-align: center;
		padding-left:10px;
		font-size: 12pt;
	font-weight: bold;
	font-family: Garamond;
    color: white;
        cursor: hand;}
		
  
.buttontext {font-size: 12pt;
	font-weight: bold;
	font-family: Garamond;
    color: white;
	text-decoration:none;
                cursor: hand;}

.buttonover  {color: red; 
                font-size: 12pt;
	font-weight: bold;
	font-family: Garamond;
	text-decoration:blink;
                cursor: hand;}