body {background-color: #99CCFF}
h1 {
color: greenyellow;
font-size: 36pt;
text-align: center;
}
h3 {
color: black;
font-size: 12pt;
font-family: arial;
}
hr {color:navy}
img {
position:relative;
left:10%
}
p {
font-family: arial;
text-align: justify;
font-size: 9pt;
}
#container {
width: 100%;
background: #99CCFF;
}
#header {
width: 100%;
padding: 1%;
text-align: center;
background: black;
}
#column1 {
width: 45%;
float: left;
padding: 1%;
}
#column2 {
width: 45%;
float: right;
padding: 1%;
}
#footer {
clear: both;
text-align: center;
font-family: arial;
font-style: italic;
font-weight: bold;
color: yellow;
background: black;
}
#nav {
text-align: center;
}
#nav a {
padding-right: 30px;
font-family: arial;
font-weight: bold;
text-decoration: none;
color: navy;
}
#nav ul li {
list-style-type: none;
display: inline;
}
