/* -*-css-*- put Emacs into CSS-mode
   css-mode.el from http://www.garshol.priv.no
   */

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:active
{ 
  text-decoration: none;
}

a:hover
{ 
  text-decoration: underline;
}

blockquote
{ 
  border-style: solid;
  border-width: thin;
//  background-color: #FFFFCC;
  background-color: #eeeedd;
  font-family: Times-New-Roman, serif;
  margin-left: 0cm;
  margin-right: 0cm;
  padding-bottom: 0.25cm;
  padding-left: 0.25cm;
  padding-right: 0.25cm;
  padding-top: 0.25cm;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
}

blockquote.indent
{
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  margin-left: 2cm;
}

div#index
{ 
  background-color: #eeffdd;
  border-style: solid;
  border-width: thin;
  float: left;
  font-size: small;
  font-family: sans-serif;
  width: 35%;
}

div#articles
{ 
  float: right;
  width: 60%;
}

dl
{
  margin-top: 40px;
}

dd
{ 
  margin-left: 0pt;
  margin-right: 0pt;
}

dt
{
  color: #FF6666;
  font-weight: bold;
  text-align: center;
}

h2
{
  font-weight: bold; 
  text-align: center;
}

p
{ 
  //text-align: justify;
  text-align: left;
}

p.centred
{
  text-align: center;
  }

p.contents
{
  line-height: 1.5;
  margin-bottom: 1.5cm;
  margin-top: 1.5cm;
  text-align: left;
  }

table
{ 
/*  border-style: solid; */
  border-width: thin;
  margin-left: auto;
  margin-right: auto;
}

td
{ 
/*  font-family: Times, 'New Century Schoolbook', serif;
  font-family: 'New Century Schoolbook', serif;*/
  font-family: Trebuchet-MS, sans-serif;
  font-size: 0.9em;
  padding-left: 0.2cm;
  padding-right: 0.2cm;
  vertical-align: top;
}

th
{ 
  text-align: center;
}


