BODY {
    border-width : 0px;
    border-style : inset;
background-color: white;
font-family: Verdana; 
font-size: 14px; 
margin-left: 5%;
margin-right: 10%;
}

H1 {
color: darkblue;
background-color: white; 
	margin-left : 40px;
	margin-right : 40px;
	height : 30px;
	padding : 10px;
	border : white;
text-align: center;
}

H2 {
line-height: 2;
font-size: large;
font-weight: bold;
font-family: arial;
color: #228D22;
}

H3 {
font-size: x-large;
font-weight: bold;
}

H4 {
line-height: 2;
font-size: large;
}

H5 {
line-height: 50%;
color: #2db5f7;
}

H6 {
color: white;
line-height: 60%;
font-size: large;
}

EM {
color: gray;
}

I {
color: gray
}

BODY.menu {
    border-width : none;
    border-color : none;
    border-style : none;
	background-color : darkblue;
	font-weight : bold;
	font-size: 14px;
	margin-left: 5%;
	line-height: 140%;
	color : white
}

A.menu:link {
	color: white;
    text-decoration : none;
}
A.menu:visited {
	color: yellow;
    text-decoration : none;
}
A.menu:hover{
    color: green;
    font-style : italic;
    text-decoration : underline;
}
A.menu:active{
    color : red;
    font-style : italic;
    text-decoration : none;
}
