body
{
	margin: 0px;
    padding: 0px;
    background-image: url(../images/back2.jpg);
	font-size: 100.1%;
	font-style: normal;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif
}

img, a img
{
	border: none;
}

p
{
	color: black;
	font-size: 0.7em;
}

h1
{
	color: #9f0000;
    font-size: 10pt;
    font-weight: normal;
}

h2
{
	color: #9f0000;
    font-size: 12pt;
    font-weight: bold;
}

h3
{
	color: #9f0000;
    font-size: 14pt;
    font-weight: bold;
}

ul
{
	color: black;
	font-size: 0.7em;
}

a:link,
a:visited { color: navy;
         font-weight: normal;
         text-decoration: none }
a:hover,
a:active { color: red;
          font-weight: normal;
          text-decoration: none }

div#main
{
	position: absolute;
	margin: 10px 0 0 200px;
	padding: 0px 0px 10px 0px;
	width: 600px;
}

ul#menu
{
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#menu li
{
	list-style: none;
	display: inline;
}

