
body{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#A9BE85;
}

h1{
font-family: "Times New Roman", Times, serif;
font-size:26px;
font-weight:bold;
color:#CC4400;
}

h2{
font-size: 16px;
font-weight: bold;
color:#000000;
}
 a:link {
 	font-size:18px;
	color:#678337;
	background-color: transparent;
}
a:active {
	font-size:18px;
	color: #678337;
	color: #C9D6B2;
     background-color: transparent;
}
a:visited {
	font-size:18px;
	color: #678337;
	background-color: transparent;
}
a:hover {
	font-size:18px;
	color: #678337;
	background-color: #C9D6B2;
     text-decoration: none;
}

a.txt:link {
	font-size:14px;
     color: #666666;
     }
a.txt:visited {
     font-size:14px;
     color: #666666;
      }
a.txt:hover {
	font-size:14px;
    color: #000000;
              }
a.txt:active {
	font-size:14px;
    color: #000000;
      }

