body {
font-size: 80%;
font-family: "Courier New", Courier, monospace;
letter-spacing: 0.15em;
background-color: #efefef;}
#page {
max-width: 1100px;
min-width: 320px;
margin: 10px auto 10px auto;
padding: 20px;
border: 4px double #000;
background-color: #ffffff;}
#logo {
width: 400px;
margin: 10px auto 20px auto;
float: right; margin-right: 300px;}
ul {
width: 800px;
padding: 2px;
margin: 0px auto 0px auto;
border-left: 2px solid #000;
border-right: 2px solid black;
text-align: center;font-size: 20px;}
li {
display:flex;
margin: 10px 3px;
font-weight: bold;}
p {
text-align: center;
width: 600px;
margin: 20px auto 20px auto;
font-weight: normal;}
a {
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 18px 5px 18px;}
    a:hover, a.on {
    color: blue;}
    #one {width:250px; float: center;}
a {background-color: lightgray;}
p {font-family: Arial, Helvetica, sans-serif;}
img.two{width: 400px; height: 300px; float: center;}
img.three{width: 400px; height: 300px; float: center;}






