body {
  color : rgb(40,40,40);
  font-family: 'Open Sans', sans-serif;
  font-size:20px;
  background-image: url('../images/bk1.png');
  text-align:center;
  margin:auto;
  overflow-y:scroll;
}
header {
  background : rgb(40,40,40);
  background: linear-gradient(to bottom, rgba(30,30,30,1) 0%,rgba(45,45,45,1) 44%, rgba(40,40,40,1) 100%);
  color:rgb(140,140,140);
  border-bottom:solid thick #BC1414;
  padding:1rem 1rem 0 1rem;
  text-align:left;
}
h1, h2, h3, h4 {
  padding:0;
  margin:.5rem 0 0 0;
}

a {
  text-decoration:none;
}

#contact a {
  color:red;
}

p {
  padding:.25rem;
  margin:.25rem;
}
ul {
  list-style-position:none;
  list-style-type:none;
  margin:0;
  padding:0.25rem;
}
#forms table {
	margin-left:1rem;
}
#forms td {
	vertical-align:text-top;
	border-bottom:solid thin silver;
	padding:.5rem;
}