html{}
body {
	background-color: #ffffff;
	font-family: arial,helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 30px;
margin-right: 30px;
	margin-left: 30px;
}
header {
background-color: #708090;
width: 100%;
color: #ffffff;
padding: 15px;
}
header a:link
{
	text-decoration: none;
	color: #ffffff;
}

footer {
background-color: #708090;
padding:15px;
width: 100%;
color: #ffffff;
}
h1 {
font-size: 220%;
line-height:130%;

}
h2 {
font-size: 200%;
line-height: 150%;
}
h3 {
font-size: 160%;
line-height: 120%;
}
h4 {
font-size: 150%;
line-height: 110%;
}
h5 {
font-size: 140%;
line-height: 110%;
}
h6 {
font-size: 120%;
line-height: 110%;
}
dt {
font-weight: 800;
font-size: 120%;
}
dd {
margin-bottom: 15px;
}
sup,sub {
font-size: 80%;
}