body {
  margin: 10px;
}

#center {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#logo {
  margin-left: 4px;
  margin-top: 40px; 
  margin-bottom: 40px;
}

body, div {
  background : #FFFFFF;
  font-family: Arial, Calibri, Tahoma, Verdana, Sans-serif;
  font-size: 14px;
  line-height: 17px;
  color:#201e1e;
}

td {
  font-family: Arial, Calibri, Tahoma, Verdana, Sans-serif;
  font-size : 14px;
  background : #FFFFFF;
}

pre, input {
  font-family : courier new;
  font-size : 14px;
}

.button {
  font-family: Arial, Calibri, Tahoma, Verdana, Sans-serif;
  font-size: 13px;
}

.high {
  background: #F7F5E9;
}

.higher {
  background: #E1DFCA;
}

.black {
  background: #000000;
}

.c1 {
  background: #efefff;
}

a { font-size: 14px; color: #2030cb; text-decoration: none; }
a.smallink { color:#3c3c3c; font-weight:bold; margin: 0 0 0 8px; text-decoration:none; }

hr {
  height: 1; background: #000000; color: #000000; border: none;
}


