P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : White;
	text-decoration : none;
	font : bold;
}

A:Visited  {
	color : white;
	text-decoration : none;
	font : bold;
}

A:Active  {
	color : white;
	text-decoration : none;
	font : bold;
}

A:Hover  {
	color : white;
	text-decoration : none;
	font : bold;
}

BODY  
{
	COLOR=#1685C7;
}

#canvas-wrapper 
{
   text-align: center;
}

#canvas 
{
    /* text-align is inherited; reset it */
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#divlink
{
	text-decoration : none;
	
}


