body {
  background-color: #9fbaca;
  margin: 30px 40px 50px 40px;
  background-image: url('../../images/colorProfile-1/stethos-bg.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  }

body,table {
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  color: #003366;
  }

p {
  text-align: justify;
  margin-top: 19px;
  margin-bottom: 19px;
  }

a:link,a:visited,a:active {
  color: #336699;
  text-decoration: underline;
  font-weight: bold;
  }

a:hover {
  color: #336699;
  text-decoration: none;
  }

a:link.red,a:visited.red,a:active.red,a:hover.red {
  color: #336699;
  }

h1 {
  font-size: 35px;
  color: #336699;
  margin-top: 0px;
  }

h3 {
  color: #336699;
  font-size: 17px;
  margin-top: 0px;
  }

h4 {
  font-size: 12px;
  color: #336699;
  margin-top: 0px;
  }

input,select,textarea {
  font-family: verdana;
  font-size: 12px;
  }

form {
  margin: 0px;
  }

.field {
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #7f9db9;
  background-color: #eeeeee;
  }
