@import url(reset.css);

body {
  background-color: #CAE8E8;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
}

p, h2, h3, h4, h5, h6,
pre, ul, ol, table, blockquote {
  margin-bottom: 18px;
}

p, li, td, th, pre, blockquote {
  line-height: 18px;
}

td, th { vertical-align: top; }

b, strong { font-weight: bold; }
i, em, { font-style: italic; }

.attention { color: #f60; font-weight: bold; }

ul, ol { margin-left: 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }

h1 { font-size: 22px; margin-top: 14px; }
h2 { font-size: 20px; margin-top: 16px; }
h3 { font-size: 18px; margin-top: 0px; }
h4 { font-size: 16px; margin-top: 2px; }
h5 { font-size: 14px; margin-top: 4px; }
h6 { font-size: 12px; margin-top: 6px; }

img { margin: 12px; }

.cleared { clear: both; }

hr { border: 0; clear: both; background: none; visibility: hidden; margin: 0; padding: 0; }

#topmenu, #bottommenu, #nav { display: none; }