/* CSS definition file containing sitestyle stylesheets */
BODY 
{ 
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size: 0.9em; 
	color: rgb(0,0,0); 
	background-color: rgb(204,204,204); 
	background-image: url("../assets/images/background.gif");
}

A:active 
{ 
	color: rgb(255,204,102);
}

A:link 
{ 
	color: rgb(255,255,255);
}

A:visited 
{ 
	color: rgb(255,255,255);
}

A:hover 
{ 
	color: rgb(255,204,102);
}

H1
{
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
}

H2
{
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
}

H3
{
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
}

.TextNavBar 
{ 
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size: 1.2em; 
	color: rgb(255,255,255); 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none ;
}

 