/* CSS Document */

#right 
{
  padding: 0 6px 0 0px;
  float: right;
  width: 71%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family:sans-serif; font-size:10pt; text-align:justify;
}
#center
{
text-align:center;
width:100%;

}

.menu a 
{
color:#FFFFFF;
  display: block;
  text-decoration:underline;
  text-align:center;
  font-weight:900;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
}

.menu a:hover 
{
  color: #AAAAAA;
}

.footer
{
	text-align:center; font-size:12px;
	color:#AAAAFF;
}
a.footer:link
{
  color:#AAAAFF;
  font-weight:900;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
}
a.footer:hover
{
	color:#FF0000;
}

