body {background-color: 		

/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(left top, ellipse farthest-side, #A3C2FF 0%, #A4A6F8 50%, #92BAEF 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(left top, ellipse farthest-side, #A3C2FF 0%, #A4A6F8 50%, #92BAEF 100%);

/* Opera */ 
background-image: -o-radial-gradient(left top, ellipse farthest-side, #A3C2FF 0%, #A4A6F8 50%, #92BAEF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, left top, 0, left top, 953, color-stop(0, #A3C2FF), color-stop(0.5, #A4A6F8), color-stop(1, #92BAEF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(left top, ellipse farthest-side, #A3C2FF 0%, #A4A6F8 50%, #92BAEF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-side at left top, #A3C2FF 0%, #A4A6F8 50%, #92BAEF 100%);}

{font-family: georgia, geneva, verdana, palatino, arial, times new roman;}


h1 {color: #1F3D7A;}
h1 {text-align: center;}
h1 {font-family: palatino;}
h1 {font-size: 50px;}
h1 {text-shadow: .5px .5px black;}

h2 {color: #E6F5FF;}
h2 {text-align: center;}
h2 {font-family: arial;}
h2 {font-size: 33px;}
h2 {text-shadow: 1px 1px navy;}

h3 {color: #001A4C;}
h3 {text-align: center;}
h3 {font-family: times new roman;}
h3 {font-size: 19px;}
h3 {text-align:left;}
h3 {margin-left: 315px;}

h4 {color: #E6F5FF;}
h4 {text-align: center;}
h4 {font-family: arial;}
h4 {font-size: 33px;}
h4 {text-shadow: 1px 1px navy;}

h5 {color: #001A4C;}
h5 {text-align: center;}
h5 {font-family: times new roman;}
h5 {font-size: 19px;}

h6 {color: #E6F5FF;}
h6 {text-align: center;}
h6 {font-family: arial;}
h6 {font-size: 33px;}
h6 {text-shadow: 1px 1px navy;}


form.link{
    margin:0;
    padding:0;
    }

.link button {text-shadow:2px 2px #660033;}
.link button{
    margin:0;
    padding:0;
    border:0;
    background:0;
    font-size:26px;
    font-family: georgia;
    color:#FFFFE6;
    text-decoration:underline;
    cursor:pointer;
    }



