@charset "utf-8";

body {
	padding: 0;
	margin: 0;
  font-size: 12px;
  color:#333333;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
}

p {
  font-size: 12px;
}

a {
  text-decoration: none;
  color:#1568DC;
}

a:hover {
  text-decoration: underline;
  color:#1568DC;
}
a:visited {
  color:#1568DC;
}

h2 {
  font-size:21px;
  margin:3px;
}

hr {
  height:1px;
  border:0;
  border-bottom:1px solid #c5cfc6;
}

table {
  font-size:12px;
}

table.contact {
  width:275px;
  padding:5px;
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  border:0;
}

input.contact {
  color:#333333;
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  width:175px;
}
