body {
  background-color: #FF6666;
  color : #FFFF99;
  font-family : "Comic Sans MS",Arial, Helvetica, sans-serif;
	text-align: center;
}
DIV,A, TD {
  color : #FFFF99;
  font-family : "Comic Sans MS",Arial, Helvetica, sans-serif;
  }
#t {
  border-style: outset;
  text-align:center;
  }
H2{
	font-size:150%;
}
A:link { 	color: yellow;}
A:visited { color:purple; }
A:active {
  color:black;
	text-decoration: none;
}
A:hover {background-color:white; color:red }
#main {
	width: 760px;
	text-align: left;
}
#data {
	float: right;
	width: 660px;
	position: absolute;
}
#header {
}
