body
	{
	background : #fff;
	color : #333;
	}

img
	{
	border : 0 none inherit;
	}

/* links*/

a:active
	{
	text-decoration : underline; 
	color : #036;
	background : transparent; 
	}

a:link
	{ 
	text-decoration : none; 
	color : #036;
	background : transparent; 
	}

a:visited
	{ 
	text-decoration : none; 
	color : #396;
	background : transparent; 
	}

a
	{ 
	text-decoration : underline; 
	color : #036;
	background : transparent; 
	}

a:hover
	{
	text-decoration : underline; 
	color : #903;
	background : transparent; 
	}

/* font sizes*/

h1 , h2 , h3 , p , ul , .n
	{
	font : 10pt Verdana, Helvetica, sans-serif;
	}

/* font colours*/ 

.nrc
	{
	color : #fff;
	}

/* background colors*/

.rhn
	{
	background : #3ca9ff;
	}

.spc , .acc , .wsp , .ws
	{
	background : #fff;
	}

.cr , .ch , .lh , .ll , .lb
	{
	background : #c4e6ff;
	}

.ld
	{
	background : #e4f4ff;
	}

/* list styles */

ul
	{
	list-style-type : none;
	}