body {
  margin: 5px;
  color: #666666;
  font-size: 12px;
  background-color: #ffffff;
}

body,
input,
select,
textarea {
  font-family: Myriad,Arial,Tahoma,Verdana,Geneva,Helvetica,sans-serif;
}
  
p,
td,
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0px;
}

a {
  color: #3399ff;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  border-width: 0px;
}

a.btnBig {
  display: inline-block;
  width: 640px;
  height: 60px;
  background-color: #cee7ff;
  padding: 10px;
  margin: 5px 10px 15px 10px;
  border-bottom: 1px dotted #cccccc;
  font-size: 18px;
  font-weight: bold;
  color: #3372a5;
  text-decoration: none;
  box-shadow: 5px 5px 3px #cccccc;
}

a.btnBig:hover {
  background-color: #e2f1ff;
  border-bottom-color: #666666;
  color: #185184;
  box-shadow: 1px 1px 1px #cccccc;
}