body
{
  /*font-family: arial, sans-serif, verdana, Helvetica, Geneva;*/
  /*font-variant:small-caps;*/
  font-family: georgia,arial,verdana;
  font-size: 12px;
  background-color: #FFFFEE;
  color: #222211;
}

A, #href
{
  text-decoration: none;
  color:#0000EE;
  /*font-family: arial, sans-serif, verdana, Helvetica, Geneva;*/
}
A:active
{
  color: #2222BB;
}
A:hover
{
  color: #3333AA;
}

/* ----------------------------------------------------------------------------------------- Header */


table.frame
{
  width: 90%;
  height: 100%;
}

tr.menu
{
  height: 20px;
}
td.menu
{
  height: 20px;
}
tr.title
{
}
td.title
{
  text-align: center;
}
tr.text
{
  height: 120px;
}
td.text
{
  height: 90px;
  text-align: justify;
  vertical-align: top;
  padding-left:10%;
  padding-right:10%;
  padding-top:20px;
  padding-bottom:20px;
  font-size: 16px;
}
tr.main
{
  /*height: 400px;*/
}
td.main
{
  /*height: 400px;*/
  vertical-align: top;
}
tr.bottom
{
  height: 100px;
}
td.bottom
{
  height: 100px;
  padding-top:20px;
}
td.bottom_index
{
  height: 100px;
  padding-top:152px;
}

/* topics */
table.topic
{
  /*width: 100%;*/
  /*height: 100%;*/
}
td.topicletter
{
  width: 180px;
  height: 20px;
  text-align: center;
}
td.topic
{
  width: 180px;
  height: 20px;
  text-align: left;
}

a.topic
{
  /*font-family: georgia, arial, sans-serif, verdana, Helvetica, Geneva;*/
  /*font-size: medium;*/
}
p.topicletter
{
  /*font-family: georgia, arial, sans-serif, verdana, Helvetica, Geneva;*/
  color: #EE0000;
  display:inline;
  font-weight:bold;
  font-size: 14px;
  /*font-size: medium;*/
}


/* links */
table.links
{
}
td.links
{
  width: 250px;
  height: 110px;
  vertical-align: top;
  text-align: justify;
  background-image:url("box.png");
  padding: 10px;
}

p.linktitle
{
  color: #EE0000;
  font-size: medium;
  display:inline;
}
a.links
{
  display:block;
  font-size: 12px;
  text-align: justify;
  color: #222211;
}
p.linkhint
{
  /*font-family: georgia, arial, sans-serif, verdana, Helvetica, Geneva;*/
  color: #999999;
  display:inline;
  font-weight:bold;
  font-size: x-small;
  text-align: right;
}


h1
{
  font-size: 20px;
  font-weight:bold;
  display:inline;
}



td.big
{

  font-size: 16px;
  font-weight:bold;
  text-align: center;
}


