/* CSS Document */

body
{
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:   url("images/bground.jpg");
	background-repeat: repeat;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link
{
	color: #0000FF;
}

a:hover
{
	color: #FF0000;
}

a:visited
{
	color: #6600FF;
}

p.navbar
{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
}

a.navbar:link
{
	color: #FFFFFF;
}

a.navbar:hover
{
	color: #FF0000;
}

a.navbar:visited
{
	color: #FFFFFF;
}

div.header
{
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 28px;
}