body {
text-align: center;
font-family: arial, sans-serif, courier new;
font-size: 10pt;
background-color: rgb(10,110,250);
color: yellow;
}

.box {
width: 60%;
}

.banner {
width: 60%;
background-color: rgb(10,50,120);
padding: 10px 10px 10px 10px;
height: 60px;
}

.side {
width: 25%;
float: left;
background-color: rgb(10,50,250);
padding-top: 10px;
padding-bottom: 10px;
}

.main {
width: 75%;
float: right;
background-color: rgb(10,110,250);
padding-top: 10px;
padding-bottom: 10px;
}

h1 {
font-size: 35pt;
margin-top: 2px;
}

h2 {
font-size: 22pt;
}

h3 {
font-size: 12pt;
}

hr {
width: 80%;
color: yellow;
}

p {
margin-left: 30px;
margin-right: 30px;
}

a:link {
color: yellow;
text-decoration: none;
}

a:visited {
color: yellow;
text-decoration: none;
}

a:hover {
color: yellow;
text-decoration: underline;
}

a:active {
color: yellow;
text-decoration: none;
}