body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000033;
	background-image: url(graphics/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #9B9B9D;
	margin: 0;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #000033;
}
a:visited
{
	text-decoration: none;
	color: #000033;
	font-weight: bold;
} 

a:hover 
{
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}

p
{
   margin: 0;
   white-space: normal;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:visited
{
	text-decoration: none;
	color: #FFFFFF;
} 

#sidebar a:hover 
{
	text-decoration: underline;
	color: #99CCFF;
}
