body
{
	background-image : url(images/background.jpg);
}

h1	
{
	font-family : "Berlin Sans FB Demi";
	font-size : x-large;
	font-style : normal;
	color : Maroon;
}

h2
{
	font-family: Berlin Sans FB;
	font-size: medium;
	color: Maroon;
	font-style: normal;
	font-weight : lighter;
	text-align : center;
}

h3
{
	font-family: Berlin Sans FB;
	font-size: large;
	color: Maroon;
	font-style: normal;
	font-weight : lighter;
}

P
{
	font : normal normal small Berlin Sans FB;
	text-align : justify;
	color : Maroon;
}

ul
{
	font : normal normal small Berlin Sans FB;
	text-align : justify;
	color : Maroon;
}
A:HOVER 
{
	color : Red;
	text-decoration : none;
	font-family: Berlin Sans FB;
	font-size: medium;
	font-style: normal;
	font-weight : lighter;
	text-align : center;
}

A:LINK {
	color : Navy;
	text-decoration: none;
	font-family: Berlin Sans FB;
	font-size: medium;
	font-style: normal;
	font-weight : lighter;
	text-align : center;
}

A:VISITED {
	color : Teal;
	text-decoration: none;
	font-family: Berlin Sans FB;
	font-size: medium;
	font-style: normal;
	font-weight : lighter;
	text-align : center;
}