body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #000;
  background-color: #CCC;
  margin: 10px;
  text-align: justify;
  width: 780px;
}

/* -------- */
/*   Page   */
/* -------- */

div.page
{
  background-color: #FFF;
  border: #000 1px solid;
  margin: 0px;
  padding: 0px;
  position: relative;
}  

div.top
{
  clear: both;
  float: none;
}

div.menu
{
  margin-top: 0px;
  margin-left: 0px;
  width: 160px;
  float: left;
  padding: 15px;
}

.menu p { 
  text-align: left;
}

div.content
{
  margin-left: 175px; /* equals to the menu width + 20px */
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  float: none;
  padding: 15px;
}

div.bottom
{
  text-align: center;
  font-size: 90%;
  font-style: italic;
  clear: both;
  float: none;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  border-color: #000;
  margin: 5px 20px 20px 20px;
}

div.index {
  background-color: #FFFFFF;
  text-align: center;
  margin: 50px 20px 0px 20px;
  position: relative;
}

div.index p { 
  text-align: center;
}

/* ------------ */
/*   Headings   */
/* ------------ */

h1 {
  color: #000;
  background-color: transparent;
  font-size: 150%;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #000;
  margin: 0px 0px 10px 0px;
  text-align: left;
}

.index h1{
  text-align: center;
  margin: 20px 0px 10px 0px;
}

h2 {
  color: #000;
  background-color: transparent;
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  text-align: left;
}

h3 {
  color: #000;
  background-color: transparent;
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  text-align: left;
}

h4 {
  color: #000;
  background-color: transparent;
  font-size: 90%;
  font-weight: normal;
  margin: 10px 0px 5px 0px;
  text-align: left;
}

/* -------------- */
/*   Paragraphs   */
/* -------------- */

p {
  color: black;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
}

/* ------------------- */
/*   Links and menus   */
/* ------------------- */

a {
  color: #037;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #037;
}

a:visited {
  color: #636;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #636;
}

a:hover {
  color: #CC0000;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #CC0000;
}

a:active {
  color: #000;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

a.menu {
  text-decoration: none;
  border-bottom: 0px;
}

a.menu:visited {
  text-decoration: none;
  border-bottom: 0px;
}

a.menu:hover {
  color: #CC0000;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #CC0000;
}

a.menu:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}

img.flag {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  border: 0px;
}

/* --------- */
/*   Lists   */
/* --------- */

ul, ol, dl {
  color: black;
  background-color: transparent;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
}
