html,body {
background-color: #999999;
font-family: courier;
font-color: ffffff;
text-align: center;
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
}
a:link {
  color:#006aee;
  text-decoration:none;
  }
a:visited {
  color:#ff0000;
  text-decoration:none;
  }
a:hover {
  color:#ff0000;
  text-decoration:none;
}
a:active {
    color: #006aee;
}
li {
    padding: 0 30px 0 30px;
    display: inline;
}
img {
  border-width:0;
  }
p {
    text-align: justify;
    margin: 20px 10px 0 10px;
}
div.container {
        width: 840px;
	height: 630px;
        background-color: #ffffff;
	margin: 15px auto 15px auto;
        font-family: courier;
        color: #000000;
}
div.header {
    width: 840px;
    height: 20px;
}

div.splash {
    width: 840px;
    height: 630px;
    margin: 15px auto 15px auto;
    padding: 15px 0 0 0;
    background-color: #ffffff;
}
    
