body {
    background: #ffffcc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
}

a {
	color: #000000;
	text-decoration: none; 
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #ff7f00;
	text-decoration: none;
}

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

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

td{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #000000;
  border: 1px #000000 solid;
  background-color: #ffffff;
  padding: 3px;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #000000;
  border: 1px #000000 solid;
  background-color: #ffffff;
  padding: 3px;
}

#nav{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#footer{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}