body {
margin-left : 4%;
margin-right : 4%;
font-family : Tahoma;
font-size : medium;
color : rgb(15, 2, 92);
text-align : left;
text-decoration : none;
background-color : white;
}
h1 {
font-family : Garamond, "Times New Roman", serif;
font-size : 500%;
color : white;
text-align : center;
}
h2 {
font-family : Garamond, "Times New Roman", serif;
margin-left : -4%;
font-size : 250%;
}
h3 {
font-family : Garamond, "Times New Roman", serif;
margin-left : -4%;
font-size : 200%;
}
h4 {
font-family : Garamond, "Times New Roman", serif;
margin-left : -4%;
font-size : 150%;
}
A:link {
color : blue;
text-decoration : none;
}
A:active {
color : blue;
text-decoration : none;
}
A:visited {
color : blue;
text-decoration : none;
}
A:hover {
color : blue;
text-decoration : none;
}
div.main {
float : right;
width : 75%;
}
div.menu {
background-color : rgb(165, 161, 195);
padding : 1em;
width : 20%;
}
div.box {
border : solid;
border-width : thin;
width : 100%;
}
div.colorbox {
background : rgb(165, 161, 195);
padding : 0.5em;
border : none;
}
address {
text-align : center;
}

