body {
	font-family: sans-serif;
	color: #C0C0C0;
	text-align: justify;
	background: #364A84;
    background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
    background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
    background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
    background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
    background: linear-gradient(top, #516499 0%,#364a84 100%);
}

#main {
	padding: 20px;
}

#header {
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: 	#C0C0C0;
}

a:hover {
	text-decoration: none;
	color: 	#C0C0C0;
}

h1, h2, h3 {
	color: 	#C0C0C0;
}

.code {
        margin: 10 10 10 10;
	font-family: monospace;
	color: #FFEFD5;
}

