body, p ,td, a {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
}

.nav {
	padding-bottom : 15px;
	line-height : 28px;
}

.nav a{
	text-decoration : none;
}

.nav a:hover{
	/* Rollover colour for nav */
	color:#990033;
}

.demo {
	padding-bottom : 15px;
	line-height : 28px;
}

.demo a{
	text-decoration : none;
	color:#000000;
}

.demo a:hover{
	/* Rollover colour for nav */
	color:#000000;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;
}

.links a{
	text-decoration : none;
	color : #006699;
}

.links a:hover{
	/* Rollover colour for links */
	color:#993366;
}

