/* CSS Document */



body
{
  background: #EBFFE6;
  text-align: center;
  margin-left: auto;
}

.left
{text-align: left;}

p
{text-align: right;}


div.outer
{
border:  solid 1px #596380;
width: 700px;
padding: 5px;
background: #ffffff;
  margin: auto;
}

ul { style: none;
 text-align: left;}

li {style: none;}


a {
display: relative;
width: 100px;
font-size: 10pt;
color: #596380; 
text-align: center;
}

a:hover { color: #8c1c83;}

a:visited {color: #33b016;}

.footer {font-size: 10pt; text-align: center;}

