/* -*-css-*- put Emacs into css-mode */

a:link
{
  text-decoration: none;
}

a:visited
{
  text-decoration: none;
}

a:active
{ 
  text-decoration: none;
}

a:hover
{ 
  text-decoration: underline;
}

body
{
  background-color: #A0F5BC;
  }

h1
{
  color: #5b3d3e;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  }
h2
{
  color: #5b3d3e;
  font-style: italic;
  text-align: center;
  }

form
{ 
  text-align: center;
  }

img
{ 
  border-style: none;
  }

img.left
{ 
  float: left;
  }

p.aside
{
  font-size: small;
  text-align: right;
  }
p.email
{
  border-style: solid;
  border-width: thin;
  /* font-style: oblique; */
  margin-left: 1cm;
  margin-right: 1cm;
  padding-bottom: 0.5cm;
  padding-left: 0.5cm;
  padding-right: 0.5cm;
  padding-top: 0.5cm;
  }
p.centred
{
  /*	background-color: #FFFFFF; */
  text-align: center;
  }

caption
{ 
  font-variant: small-caps;
  text-align: left;
  }

table.sortable a.sortheader
{ 
  background-color: #eee;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  display: block;
  }

table.sortable span.sortarrow
{ 
  color: #000000;
  text-decoration: none;
  }

td.name
{
  /* color: blue; */
  font-variant: small-caps;
  }
td.suitability
{
  text-align: center;
  }

th
{
  background-color: #FFFFFF;
  font-weight: bold;
  }
tr.suitable
{
  background-color: #FFFFCC;
  }
tr.unsuitable
{
  background-color: #FFCCCC;
  }
tr.maybe
{
  background-color: #CCCCFF
  }
