body {
background-color: gray;
text-align: center;
font-family: arial;
}

a:link {
color: #0000EE;
text-decoration: underline;
}

a:visited {
color: #0000EE;
text-decoration: underline;
}

a:hover {
background-color: #4A4A4A; 
color: white;
text-decoration: none;
}

.container {
border: 1px solid black;
width: 745px;
margin: auto;

margin-top: 25px;
background-color: white;
}


.content {
padding: 20px;
}

p {
text-align: left;
font-family: arial;
/* font-family: georgia; */
font-size: 15px;

}

h2 {
font-family: "Gill Sans";
font-size: 18px;
margin: 22px 0px 18px 0px;
color: #1E3037;
text-align: left;
font-weight: bold;
text-decoration: underline;
}

h3 {
font-family: courier;
font-size: 14px;
margin: 22px 0px 18px 0px;
color: #4A4A4A;
text-align: left;
font-weight: normal;
}

#menu {
font-family: arial;
font-size: 14px;
margin: 5px;
}

li {
margin: 2px 50px 7px 40px;
list-style-type: square;
text-align: left;
font-size: 15px;
font-family: arial;
}
