/*NAVIGATION STYLES*/
/*HEAD STYLES*/
.head	{font-family: Arial,Helvetica,San-serif,Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,0);
	background-color: rgb(220,220,220);
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border:inset;
	border-width:2px;}
/*END HEAD STYLE SETTING*/

/*SUB HEAD STYLE SETTING*/
.subhead {font-family: Arial,Helvetica,San-serif,Verdana;
	font-size: 13px;
	font-weight: bold;
	color:rgb(0,0,0);
	background-color: rgb(255,247,205);
	text-align: center;
	vertical-align: middle;
	height: 25px;
	border:inset;
	border-width:2px;}
/*END SUB HEAD STYLE SETTING*/

/*BODY BACKGROUND COLOURS*/
.body	{background-color:rgb(0,100,0);}
/*END BODY BACKGROUND COLOURS*/

/*NAVIGATION HIGHLIGHTS*/
a	{text-decoration: none;
	color: rgb(0,0,0);}
/*a:visited {background-color: rgb(150,150,255);}*/
a:hover	{background-color: rgb(255,100,100);}
a:active{background-color: rgb(0,255,0);}
/*END NAVIGATION HIGHLIGHTS*/
h2	{background-color: rgb(255,255,255);}
