/* css font size styles */

body, td, th, p, div, li, input, textarea, select {
  font-family: 'Trebuchet MS', 'Tahoma', 'Arial', san-serif;
  font-size: 12px;
}

/*/*/a{}
body,
body td,
body th,
body p,
body div,
body li,
body dd,
body input,
body textarea,
body select {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body td,
html>body th
html>body p,
html>body div,
html>body li,
html>body dd,
html>body input,
html>body textarea,
html>body select {
  font-size: small;
}


html {
  min-width: 700px;
}

body {
  margin: 0;
  background-color: #ffffff;
}

img {
  display: none;
}

/* top bar */

/* default links */

a:link { color: #8e297e;; }
a:visited { color: #8e297e;; }
a:hover { color: white; background-color: #8e297e; }
