/* CSS Document */
body {
	margin-left: 20px;
	margin-top: 20px;
	background-color: #000066;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}

h1 {
	font-size:16px;
	font-weigh:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

.navi {
	font-size:13px;
	font-weight:bold;
	line-height:160%;
}

a:link { color:#FFFFFF; text-decoration:none }
a:visited { color:#FFFFFF; text-decoration:none }
a:hover { color:#FF3333; text-decoration:underline }

.navigation {
	font-size:4px;
}

.standard_text {
	font-size:12px;
}