BODY
{
/* default background colour, for all layout engines that don't implement gradients */
background: #FFFF66;

/* gecko based browsers */
background: -moz-linear-gradient(top, #FFFF66, #FFFFFF);

/* webkit based browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#FFFF66), to(#FFFFFF));

color: #0033FF; /* text colour (blue) */
height: auto; /* gradient uses the full height of the element */
padding: 5px; /* distance from border edge to text */

	font-family : Times New Roman ;
	font-size : medium ;
}
P
{
}
A
{
}
A:Visited
{
}
A:Active
{
}
A:Hover
{
}
B
{
}
I
{
}
EM
{
}
STRONG
{
}
H1
{
	font-family : Copperplate Gothic Bold ;
	font-size : large ;
	font-weight : bold ;
}
H2
{
	font-family : Times New Roman ;
	font-size : medium ;
	font-style : normal ;
	font-weight : bold ;
}
H3
{
	font-family : Times New Roman ;
	font-size : small ;
	font-weight : bold ;
}
.nav
{
	float : left ;
	width : 8em ;
}
.content
{
	position : relative ;
	margin : 0 ;
	margin-left : 14em ;
}
#navigation
{
	left : 0 ;
	position : absolute ;
	top : 8em ;
	width : 12em ;
	border-width : 0 ;
	margin : 0 ;
	padding : 0 ;
}
#content
{
	margin : 0 12em ;
}
#footer
{
	clear : both ;
}

