body
{
    background-position: 50%;
    font-family: "Trebuchet MS" , sans-serif;
    background-color: #B2DEF4;
    color: #000066;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    background-image: url('background.jpg');
    background-repeat: repeat-y;
}
.content
{
    background-color: #7DC8EC;
    margin: 0px auto 0px auto;
    padding: 25px 0px 25px 0px;
    width: 800px;
}
h1
{
    margin: 0px 0px 50px 0px;
}
.notice
{
    background-color: #FBF8BB;
    border: 1px solid #000066;
    margin: 25px;
    padding: 10px;
    font-size: small;
}
hr
{
    height: 1px;
    color: #1879AD;
    background-color: #1879AD;
    border-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.item
{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
a
{
    text-decoration: underline;
    color: #000066;
}
a:visited
{
    text-decoration: underline;
    color: #000066;
}
a:hover
{
    text-decoration: underline;
    color: #0000CE;
}
h2
{
    margin: 0px 0px 20px 0px;
    font-size: 16px;
    font-weight: bold;
}
.newStyle1
{
}
li
{
    margin-top: 10px;
}
.italic
{
    font-style: italic;
}
