@charset "utf-8";
/* CSS Document */

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
text-align:center;
margin: 0px auto;
}

.page
{
width:800px;
text-align:left;
}

h1
{
font-size:medium;
color:#666666;
font-weight:bold;
}

h2
{
font-size:medium;
color:#750000;
font-weight:bold;
}

a:link, a:active, a:visited
{
color:#666666;
text-decoration:none;
}

a:hover
{
color:#750000;
text-decoration:underline;
}