body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height:140%;
	color: black;
	background-color: white;
	text-align: left;
	}
#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
	}	
#navbar {	 
	font-family: sans-serif;
	font-size: 13pt;
 	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: thick solid #DDDDDD;
	border-bottom: thin solid #DDDDDD; 
	background-color: white;
	}
#navbar a{
  padding: 0 0.5em;
}
#box {
	background-color: #DDDDDD;
	font-family: sans-serif;
	font-size: 12pt;
	padding: .5em;
	}
#box img{
width: 100%;
}
.button {
	width: 10em;
	text-align: center;
	font-family: sans-serif;
	font-size: 16pt;
	border:2em inset blue;
	background-color: blue;
	margin:2em;
	}	
a {
    color: blue;
	text-decoration: none;
	}
a:visited{
   color: blue
}
a:hover {
	background-color: #EEEEEE; 
	}
h1 {
	font-family: Helvetica, sans-serif;
	color: grey 
	}
address {
	color: grey;
	border-top: thick solid #DDDDDD;
	border-bottom: thin solid #DDDDDD; 
	background-color: white;
	}
