a,:active,:link { 
	color: #5D8A9D;
	text-decoration: none;
}

body {
 	 background-color: darkgray;
     color: black;
     margin-left: 10%;
     margin-right: 10%;
     font-family: sans-serif;
     font-size: 13px;
#     background:  url(ice.png) navy;

    max-height: 100%;
}

h1, h2, h3 { 
	color: darkblue;
    text-align: left;
    font-weight: bold;
}

h1 {
    text-align: center;
    font-size: 18px;
	padding-left: 5%;
	padding-right: 5%;
}

h2 {
     font-size: 16px;
}

center>small {
	font-size: 8px;
}

hr {
display: none;
}

body > div {
	border: 2px black solid;
    background-color: #eeeeee;
    padding: 2%;
    max-height: 100%;
    
}                                                                                                                               
                                                                                                                               