
.main {font-size:10pt;font-family: verdana, georgia, sans-serif;
             width:90%;background-color:steelblue;}

.center {margin-left:auto;margin-right:auto;text-align:center;}



a {border-left:1px solid red;
     border-right:1px solid black;
     border-top:1px solid red;
     border-bottom:1px solid black;
     padding:3px;
     text-align:center;

     text-decoration:none;
     color: white;
     font-family: verdana, georgia, sans-serif;
     font-weight: bold;
     background-color:darkred;
   }

a:hover {border-left:1px solid black;
         border-right:1px solid red;
                border-top:1px solid black;
                border-bottom:1px solid red;
                padding:3px;
              text-align:center;               
               text-decoration:none;
               color:orange;
               background-color:darkred;
               font-family: verdana, georgia, sans-serif;
               font-weight: bold;  
         }
.cardstyle {color:white;background-color:#666666;color:white;width:60%;
            border:outset;height:250px;padding:10px;}
