a:link
{
	font-family: "Tahoma, Arial";
	font-size: 12pt;
	color: blue;
	text-decoration: none;
	
}
a:active
{
	font-family: "Tahoma, Arial";
	font-size: 12pt;
	color: blue;
	text-decoration: none;

}
a:hover
{
	font-family: "Tahoma, Arial";
	font-size: 12pt;
	color: blue;
	text-decoration: none;
	background-color: yellow;


}
a:visited
{
	font-family: "Tahoma, Arial";
	font-size: 12pt;
	color: blue;
	text-decoration: none;
}
body {
	background-color: "#AACCFF";
	font-family: "Tahoma, Arial";
	color: blue;
	font-size: 12pt
	text-decoration: none;

}
p {
	font-family: "Tahoma, Arial";
	font-size: 12pt;
	color: blue;
	text-decoration: none;
}
h1 {
	font-family: "Tahoma, Arial";
	font-size: 36pt;
	font-weight: bold;
	color: blue
}
h2 {
	font-family: "Tahoma, Arial";
	font-size: 30pt;
	font-weight: bold;
	color: blue
}
h3 {
	font-family: "Tahoma, Arial";
	font-size: 24pt;
	font-weight: bold;
	color: blue
}
address {
	font-family: "Tahoma, Arial";
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}

.w3cbutton4 {
  margin: 1em 0;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}



