@CHARSET "UTF-8";


BODY 
{
    background-image: url("/background.jpg");
    background-repeat: repeat-x;
    font-family: arial,sans-serif;
    background-color: #F3DAD9;
}

/* No borders around images! */
img
{
    border: none;
}

#page
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    min-height: 800px;
    background-color: white;
    outline-style: outset;
    outline-width: thin;
    padding: 1em 1em 1em 1em;
    min-width: 750px;
}

h1
{
    text-align: center;
}	

ul
{
  list-style-image: url('/images/bullet2.png');
}

/* Link effects */
a, a:visited
{
  color: #B0160A;
  text-decoration: none;
}

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

a:active { color: #F3DAD9; }