body {
  	color: white;
	background-color: black;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
}

 #container {
    width: 728px;
    background-color: #371212;
    text-align: center;
    margin: 0 auto;
  }

#announcement
{
    color       : white;
    font-size   : 150%;
    font-weight : bold;
}

  h1 {
  	color: white;
	background-color: #541D1D;
    }
  h2 {
        color: #FA9082;
        text-align: center
     }


	p {
		color: #FA9082;
	}

	a {
		color: white;
	}

a:link {color: white;text-decoration: none;} 
/*a:visited {color: #EA907F;text-decoration: none;} */
a:visited {color: #FFDDAA;text-decoration: none;} 
a:hover {color: yellow;text-decoration: underline;}

