BODY {
	BACKGROUND-IMAGE: none; BACKGROUND-COLOR: #3f3e3b
}
DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 700px;
      height: 500px;
      margin-left: -410px; /* half of width */
      margin-top: -315px;  /* half of height */
}
.style2 {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 10px;
}
a:link       { color: #FFFFFF;text-decoration:none; }
a:visited    { color: #FFFFFF;text-decoration:none; }
a:active     { color: #FFFFFF;text-decoration:none; }
a:hover      { color: #FFFFF0;text-decoration:underline; }
