/* CSS Document */

body {
	font-family: Trebuchet MS, sans-serif;
	background-color: #000;
	margin:0;
  padding:0;
  width: 100%;
  font-size: 1em;
  text-align: center;

}

div#main {
	 margin-left: auto;
	 margin-right: auto;
	 width: 50em;
	 background-color: #000;
	 color: #fff;
	 text-align: justify;
	 font-weight: normal;
   padding: 10px 20px;
}

div#top {
	 margin-left: auto;
	 margin-right: auto;
	 background-color: #000;
	 text-align: center;
}


p {
	font-size: .9em;
	background-color: #000;
	color: #ccc;
	text-align: center;
	font-weight: bold;
  }
  
a:link {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

a:visited {
	color: #ccc;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;;
	font-size: 1em;
}

a:hover {
	color: #9f79ee;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}

a:active {
	color: #9f79ee;
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
}


