.Button1  {
        width:225px;
        display:block; /* change to inline for horizontal menu */
        margin-left:1px; /*indents left margin; change for horiz. menu */
        margin-top:0px;   /* change to 1 or 2px for top space between buttons*/
        padding: 2px 5px 2px 5px;  /* padding numbers =  top : right : bottom : left ;    */
        text-decoration:none;
        font-family:Verdana;
        font-weight:bold;
        text-align:center;
        background-color: red;
        color: white;
        font-size:10pt;
        border: 3px red ridge;
        }
.Button1:hover  {
        background-color:navy;
        color:red;
        font-style:italic;
        }
.Button2  {
        width:120px;
        display:block; /* change to inline for horizontal menu */
        margin-left:10px; /*indents left margin; change for horiz. menu */
        margin-top:0px;   /* change to 1 or 2px for top space between buttons*/
        padding: 2px 5px 2px 5px;  /* padding numbers =  top : right : bottom : left ;    */
        text-decoration:none;
        font-family:Verdana;
        font-weight:bold;
        text-align:center;
        background-color: red;
        color: white;
        font-size:10pt;
        border: 3px red ridge;
        }
.Button2:hover  {
        background-color:navy;
        color:red;
        font-style:italic;
        }
.Button3  {
        width:100px;
        display:block; /* change to inline for horizontal menu */
        margin-left:10px; /*indents left margin; change for horiz. menu */
        margin-top:0px;   /* change to 1 or 2px for top space between buttons*/
        padding: 2px 5px 2px 5px;  /* padding numbers =  top : right : bottom : left ;    */
        text-decoration:none;
        font-family:Verdana;
        font-weight:bold;
        text-align:center;
        background-color: blue;
        color: white;
        font-size:12pt;
        border: 3px blue ridge;
        }
.Button3:hover  {
        background-color:red;
        color:white;
        font-style:italic;
        }
.Button4  {
        display:block; /* change to inline for horizontal menu */
        margin-left:10px; /*indents left margin; change for horiz. menu */
        margin-top:0px;   /* change to 1 or 2px for top space between buttons*/
        padding: 2px 5px 2px 5px;  /* padding numbers =  top : right : bottom : left ;    */
        text-decoration:none;
        font-family:Verdana;
        font-weight:bold;
        text-align:center;
        background-color: blue;
        color: white;
        font-size:12pt;
        border: 3px blue ridge;
        }
.Button4:hover  {
        background-color:red;
        color:white;
        font-style:italic;
        }
