body {
    background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33FFFF;
	font-size: 3em;
	text-align: center;
}

p {
  font-family: Calibri, Verdana, Arial, Sans_serif;
  font-size: 1em;
}


a {
  text-decoration: none;
  color:
  border: none;
  color: #00FFFF;
}

a:hover {
	color: red;
}

#left p, #right p {
  padding-bottom: 40px;
  font-size: 1.2em;
}

#container {
  width:1000px;
  margin: auto;
}


#left {
	text-align: left;
	float: left;
	width: 25%;
	padding-left: 5px;
}


#center {
  float: left;
  width: 49%;
   color: yellow;
   text-align: justify;
}

#right {
  float: right;
  width: 25%;
  text-align: right;
}

.date {
  font-style: italic;
}
