body{
	font-family: Times New Roman, Times, serif;
	background-image : url(Images/bg3.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
td.mnu{
	background-color: #FFFFFF;
	text-align: right;
	font-size: larger;
	border-bottom:1 solid #99CC00;
}
td.mna{
	background-color: #F0FFF0;
	text-align: right;
	font-size: larger;
	border-bottom:1 solid #99CC00;
}
.txt{
	color:#333300;
	font-size: small;
	padding : 0 10 10 15;
}
h1{
	font-weight:normal;
	font-size:x-large;
	color:#996633;
}
h2{
	font-weight:normal;
	font-size:large;
	color:#999900;
}
a:link{
	color:#999900;

	text-decoration : none;
}
a:hover{
	color:#CCCC33;
	text-decoration : underline;
}
a:visited{
	color:#666600;
	text-decoration : none;
}