td {
	background-color: #ffa500;
	font-family: verdana, arial, helvetica, serif;
	font-size: 9px;
	 
}

body {
	font-family: verdana, arial, helvetica, serif;
	font-size: 9px;
	color: #000000;
	background-color: #009900;
}

.bg1 {
	background-color:#ffa500;
}

.bg2 {
	background-color:#ffa500;
}

a:link  {
     color: #007a00;
     background-color: transparent;
     text-decoration: none;
     font-weight: bold;
}

a:visited  {
     color: #007a00;
     background-color: transparent;
     text-decoration: none;
     font-weight: bold;
}

a:hover  {
     color: #00ff00;
     background-color: transparent;
     text-decoration: none;
}


