h1
{
font-family: Arial, sans-serif;
font-style: bold;
font-size: 16pt;
color: rgb(0,0,128);
}

:link 
{font-family: Arial, serif;
font-style: normal;
text-decoration: underline;
font-size: 14pt;
color: rgb(0,0,128);
}
:visited 
{font-family: Arial, serif;
font-style: normal;
text-decoration:underline;
font-size: 14pt;color: rgb(0,0,128);
}
:active 
{font-family: Arial, serif;
font-style: normal;
text-decoration:underline;
font-size: 14pt;
color: rgb(0,0,128);
}
:hover 
{font-family: Arial, serif;
font-style: normal;text-decoration: none ;
font-size: 14pt;
color: rgb(129,131,131);
text-decoration: underline;
}

input.big
{
border:1px solid #cccccc;
width:200px;
}
input.small
{
border:1px solid #cccccc;
width:60px;
}
input.medium
{
border:1px solid #cccccc;
width:136px;
}
textarea
{
border:1px solid #cccccc;
width:596px;
}

input.verybig
{
border:1px solid #cccccc;
width:596px;height:100px;
}

table
{
font-family:arial,sans-serif;font-size:10pt;
}

th
{
color:#00000;
}

body
{
background-image:url("bg.jpg");
background-repeat:no-repeat;
font-family: Arial, sans-serif;
font-style: bold;
font-size: 12pt;
color: rgb(0,0,0);
}
