/* CSS Document */
html,body {margin:0 0 0 0; padding:0; height:100%}
body {
	background: #212030 url(images/bg.jpg) repeat-x;
	font-size: 76%;
	font-family: "Lucida Grande", tahoma, verdana, sans-serif;

	
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #69c2ff;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #69c2ff;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #69c2ff;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #69c2ff;
	padding-top: 1em;
}
.nav a:link { color: #0750a7; }
.nav a:visited { color: #3b92fa }
.nav a:hover { color: #FFF; }
.nav a:active { color: #FFF; }

