div#mainmenu{
	background-color: #005792;
}
div#text {
    position: absolute;
    top: 100px;
    padding: 20px;
    left: 400px;
    width: 600px;
    height: 700px;
}

h1 {
	color: #005792;
}
a:link {
    color: #005792;
    text-decoration: none;
}
a:visited {
    color: #005792;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
    color: #005792;
    text-decoration: none;
}