@charset "UTF-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
}
aside h3{
color:white;
}
body {
	margin-top: 10px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	float: center;
	margin-bottom: 25px;
	/*margin-left: 15px;*/
	width: 960px;
	color: #FFF;
	background-color: #000000;
	border-radius: 3px;
	border: 10px solid #000 /*outset #C0C0C0*/;
	/*background:linear-gradient(180deg, #D2D2FF 200px, blue 500px, navy 700px, #000034); */
/*background:linear-gradient(180deg, navy, blue 200px, #D2D2FF 500px, #D2D2FF);*/

/*background:linear-gradient(180deg, #D2D2FF, green 400px, green 1000px, #005522);*/

/*background:linear-gradient(180deg, #D2D2FF, blue 200px, navy 500px, navy);*/
/*background-image:url(background.gif);
background-repeat: repeat;*/
	/*background: url("space2.gif"), url("space2.gif"), url("space2.gif");
	background-position: top left, bottom left, top left;*/
	/*background-attachment: scroll, fixed, scroll;*/
	background-repeat: repeat-x, repeat-x, repeat;
}

body p{
    font-size:1em;
}

header{
background-color:#000020;
width:980px;
height:160px;
text-align: center;
float: center;
}

em{
	font-size: 1.08em;
	font-family: Georgia;
	font-style: italic;
}

aside a{
color:white;
}

footer a{
color:white;
}