
.body {
    background-color: #0F417A;
    color: #D2E8FA;
	font-family: verdana;
	font-size: 15px;
}

a {
    color: #D2E8FA;
    text-decoration: none;
}

.logo {
    position: fixed;
	margin-top: 10px;
	margin-left: 200px;
}

.nav {
	position: fixed;
	margin-top: 200px;
	margin-left: 200px;
	width: 400px;
}

.nav_text {
    position: fixed;
    margin-top: 210px;
    margin-left: 275px;
}

.nav_text2 {
    position: fixed;
    margin-top: 225px;
    margin-left: 250px;
}

.main {
    position: fixed;
    margin-top: 250px;
    margin-left: 200px;
    width: 400px;
}