body {
background-image: url(bg_grad.jpg);
 background-attachment: fixed;
 background-repeat: repeat-x;
 background-color: #E3E3E3;
 margin:0;
 overflow: auto;;
 font-size: 12pt;
}

a {
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

a:active, a:focus, a:link, a:visited {
	color: Blue;
}


div#enter
{
	text-align: center;
	margin-top: 100px;
	background-color: #FFFFCC;
	border: solid 2px Black;
	width: 500px;
	height: 200px;
}

div#enter h1{
	font: bold 20pt "Courier New", Courier, monospace;
	margin:0;
}
div#enter h2
{
font: bold 12pt "Courier New", Courier, monospace;
	margin: 10px 10px 0 10px;
}

div#enter a{
	font: bold 24pt "Courier New", Courier, monospace;
	text-decoration: none;
	color: Blue;
	letter-spacing: 5px;
}

div#enter a:hover{
  text-decoration: underline;
  color:Navy;;
}


td#left, td#right
{
	background-color: White;
	width:100px;
	text-align: center;
	vertical-align: top;
}

td#center {
	background: #FFFFCC;	
	vertical-align: top;;
	width: 780px;
	font-size: 12pt;
	font-weight: bold;
}

h1.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 50px;
	font-style: italic;
	background: url(header.jpg) no-repeat;
	width: 760px;
	height: 114px;
	margin: 0px 10px 10px 10px;	
	padding-top:5px;
	}
	
div#dream{
	margin-top: 35pt;
	margin-bottom:20pt;
	font-size: 16pt;
	text-align: center;
}

p{
	margin: 5pt 20pt 5pt 20pt;
}

p b {
	font-size: 14pt;
}

p#copyright {
	font-size: 9pt;
	text-align: center;
	margin: 40pt 0 20pt 0; 0;;
}

div#zz
{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index:2;
}

table#main
{
	z-index: 10;
}

a.cat:hover, a.cat2 {
    border: solid blue thin;
    text-decoration: none;
    color: navy;
}