 HTML  {
 	height : 100%;
 }
 
 body  {
 	height : 100%;
 	background-image : url(images/background.gif);
 	margin-left : 0px;
 	margin-top : 0px;
 	margin-right : 0px;
 	margin-bottom : 0px;
 }
 
 .text  {
 	font-family : tahoma;
 	font-size : 10px;
 	color : #757575;
 }
 
 A  {
 	font-family : tahoma;
 	font-size : 10px;
 	color : #F59000;
 	text-decoration : none;
 }
 
 .more  {
 	font-family : tahoma;
 	font-size : 10px;
 	color : #ff9854;
 }
 
 .copyright  {
 	font-family : tahoma;
 	font-size : 10px;
 	color : #cfcfcf;
 }
 
 