
html
{
font-family: arial, univers, sans-serif;
font-size: 12px;
color: #000000;
}

body
{
background-color: #e9e9e9;
margin: 15px 15px 15px 15px;
}

a:link {color: #0000aa; text-decoration: underline;}
a:visited {color: #0000aa; text-decoration: underline;}
a:hover {color: #0000aa; text-decoration: none;}
a:active {color: #0000aa; text-decoration: underline;}

h1
{
font-size: 160%;
fotn-weight: bold;
color: #000080;
padding-bottom: 4px;
border-bottom: 1px dotted #909090;
}

h2
{
font-size: 125%;
fotn-weight: bold;
}

p
{

}

button
{
cursor: pointer;
}


div.error_message
{
color: #dd0000;
}

