body	
{ 
  font-family : sans-serif;
  font-size : 90%;
  color : #000000;
  line-height : 110%;
  background-image : url(media/backcompu.gif);
  background-repeat : repeat;
}

input
{ 
  font-family : sans-serif;
  font-size : 90%;
  color : #aa0000;
}

textarea
{ 
   font-family : sans-serif;
   font-size : 90%;
   color : #aa0000;
}

div.just	
{ 
  line-height : 140%;
  text-align : justify;
}

div.head1
{
  font-size : 125%;
  font-weight : bold;
  color : #dd0000;
}

div.head2
{
  font-size : 110%;
  font-weight : bold;
  color : #dd0000;
}

pre	
{ 
   line-height : 110%;
}

a:link
{
   color : #0000dd;
   text-decoration : none;
}


a:active
{ 
   color : #0000dd;
   text-decoration : none;
}

a:visited
{
   color : #0000dd;
   text-decoration : none;
}

a:hover
{ 
   color : #0000ff;
   text-decoration : underline;
}

