html{
	height:100%;
	width:100%;
}
body{
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height:100%;
	background-repeat: repeat-x;
	background-position: bottom;
}
h1{
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
}
h2{
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
td{
	color: #FFF;
	font-size:12px;
}
#left{
	background-position: right;
}
#right{
	background-position: left;
}
a{
	font-weight:bold;
}
a:link  {
	text-decoration : none;
	color : #FFF;
}
a:visited {
	text-decoration : none;
	color : #33FF00;
}
a:hover , a:active {
	text-decoration : underline;
   color : #33FF00;
}