h3 
{
 color: white;
 font-size: 16px;
 font-weight: bold;
}

body 
{
 font-family: sans-serif;
 background-image: url("/img/tlo_new.gif");
 background-position: center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-color: black;
 font-size: 12px;
 color: silver;
}

p 
{
 color: silver;
 font-size: 12px;
}

a:link 
{
 color: white;
}

a:visited 
{
 color: gray;
}

small 
{
 color: gray;
 font-size: 8px;
}

div.message 
{
 background-color: silver;
 color: black;
 font-weight: bold;
 margin: 1em;
}
