/* --- layout --- */

body
{
  margin:50px;
}

div#container
{
 max-width:800px;
 margin-left:auto;
 margin-right:auto;
}

img
{
  max-height:250px;
  margin:0px 10px 0px 0px;
}

p.credit
{
  text-align:right;
}

/* --- colours --- */

body
{
  color:rgb(100,100,100);
}

div#canvas_container
{
  background-color:rgba(255,255,255,0.9);
}

a:visited,
a:link
{
  color:rgb(100,100,100);
}

a:hover,
input.submit:hover
{
  color:black;
}

input[type="text"],
input[type="password"]
{
  background-color:rgb(240,240,240);
}

/* --- fonts --- */

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height:150%;
}

h1
{
  font-size:175%;
}
