<!--
/* FUNK STYLE SHEET - WHITE
funk.co.nz
Tom Atkinson
December 2000
*/

/* catch all font descriptor */
BODY, TABLE, TH, TD, H1, H2, H3, H4, P, PRE, STRONG, EM, B, I, INPUT, TEXTAREA, INPUT.button, SELECT { 
	font-family: Verdana, Helvetica, san-serif;
}
/* catch all text size descriptor */
BODY, TABLE, TH,TD,P,PRE,STRONG, EM, B, I { 
	font-size: 11px;
}

/* input controls */
INPUT, INPUT.button, SELECT, TEXTAREA {
	font-size: 11px;
}
  
/* TABLE ROW MOUSE OVERS IE5 */
.menu {
 background-color :  #640000;
} 
.menuover {
 background-color :  #993300;
}


  
 
/* WHITELINK unvisited, visited and hover link presentation */
A.whitelink:link    { 
	color: #FFFFFF;
	text-decoration :  none;
}
	
A.whitelink:visited {
	text-decoration :  none;
	color: #FFFFFF;
}

A.whitelink:hover   {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Normal unvisited, visited and hover link presentation */
A:link    { 
	background:	transparent;

	color: #660000;
	text-decoration :  none;
}
	
A:visited {
	background: transparent;
	text-decoration :  none;
	color: #330000;
}

A:hover   {
	background: transparent;
	color: #996600;
	text-decoration :  underline;
}

 /* small text is made smaller and grey */
.fineprint {
  font-size: 10px;
  color :  #555555;
}


-->