body {
     background-color: #bbEFF7;
     color: #3333cc;
}

header {
       text-align: center;
}

h1 {
   text-align: left;
   margin: 0px 0px 160px 0px;
}

h1 a:link {
       color: black;
       text-decoration: none;
}

h1 a:visited {
       color: black;
       text-decoration: none;
}

h2 {
   text-align: left;
   margin: 160px 0px 0px 0px;
}

.subheading {
	    color: black;
	    font-size: 18pt;
	    text-align: right;
	    vertical-align: top;
	    width: 25%;
	    /*border: 3px solid #00ff00;*/
}


.anchorimage {
    float: left;
    margin: 0px 20px 0px 0px;
}

a:link {
       color: aqua;
}

a:visited {
	  color: red;
}

footer {
    font-size: 12px;
    text-align: center;
}

.footerright {
    float: right;
    display: inline;
}

.footerleft {
    float: left;
    display: inline;
}

.code {
      margin: 20px;
}

