
p, ol, li, ul {
font-family: arial;
font-size: 13px;
color: #000;
font-weight:normal;
line-height:125%;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-weight:normal;
font-size: 20px;
color: #000;
}

h2 {
font-family: "Times New Roman", Times, serif;
font-size: 15px;
color: #000;
}

h3 {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
color: #000;
}


a:link {
  color:#920;
  text-decoration:none;
  }
a:visited {
  color:#920;
  text-decoration:none;
  }
a:hover {
  color:#920;
  text-decoration:underline;
  }

input {
	border: 1px solid #7fa4e8;
	padding:2px;
	}
.button {
	border: 1px solid #000;
	background:#7fa4e8;
	padding:3px;
}