* {
   margin: 0;
   padding: 0;
   }
   
body  {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  12px;
   color: #000000;
   background-image: url(images/bg.jpg);
   background-repeat: repeat-x;
   }
   
img{
  border: none;
  }

A:link {
   font-weight: bold;
   color: #0066CC;
   text-decoration: underline;
   }
  
A:visited {
   font-weight: normal;
   color: #666666;
   text-decoration: underline;
   }
   
A:active {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   }
   
A:hover {
   color: #000000;
   text-decoration: none;
   }

	
#main {
	width: 500px;
	margin: 0px 0px 0px 0px;
	}
	
td {
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	}
	
.word {
	font-family: arial;
	font-size: 12px;
	font-color: #999999;
	font-style: bold;
	}
	
.txt {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	margin: 0px 0px 0px 0px;
	}
	
.comment {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	margin: 0px 0px 0px 0px;
	}
	
.input {
	color: #000000;
	font-size: 12px;
	font-family: arial;
	font-style: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
	}
	
.title {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	margin: 0px 0px 0px 0px;
	}
	
#footer {
	width: 500px;
   	margin: 0px;
   	padding: 0px;
   	text-align: center;
   }
   
.footertxt {
	color: #666666;
	font-family: arial;
   	font-size: 10px;
   	line-height: 8pt;
   	text-align: center;
   	}