/* CSS Document */

body{
	background-color:#000040;
	color:#CCCCFF;
	font-size:14px;
}

h1{
font-size:200%;
text-align:center;
margin:0;
}

h2{
font-size:150%;
text-align:center;
margin:0;
}

p {
	text-align: justify;
	text-indent: 15px;
	margin: 4px 10px 0 10px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color:#FF0000;
	font-size:85%;
	font-weight:800;
}


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


#wrapper {
position:relative;
background-color:#006699;
width:800px;
margin:10px auto;
}

#header {
background-color:#000060;
}

#back{
position:absolute;
padding:1px 10px;
right:20px;
bottom:20px;
background-color:#000;
}