@charset "UTF-8";
/* CSS Document */
body {
	color: #FFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background: #369;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 1.5;
}
h1 {
	color: #3FF
}
header {
	background: #039;
	font-weight: 200;
	text-align: center;
	text-shadow: 3px 3px 2px #1F1F1F;
	border-radius: 18px;
	border-color: #30FCFF;
}
p {
	text-align: center;
	alignment-adjust: central;
	font-weight: 200;
	text-align: center;
	text-shadow: 3px 3px 2px #1F1F1F;
}
ul li .link {
	color: #3FF;
	font-weight: bold;}
	
.square {
list-style-type: square;
}
 
/* unvisited link */
a:link {
	color: #0FF;
}
/* visited link */
a:visited {
	color: #FF6;
}
/* mouse over link */
a:hover {
	color: #FF3;
}
/* selected link */
a:active {
	color: #0000FF;
}
h2 {
	text-align: left;
	text-shadow: 3px 3px 2px #1F1F1F;
}
#containerplain {
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	border-bottom-color: #FFF;
	width:90%;
}
section {
	padding-top: 12px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 18px;
	background: #369;
}
footer {
	background: #039;
	line-height: 120%;
	margin-top: 5px;
	font-weight: 100;
	text-align: center;
	text-shadow: 3px 3px 2px #1F1F1F;
	border-radius: 12px;
}

