/* Changed for different colour */

h2 {
	color: rgb(0,160,147);   /* change colour 1/2 */
}
		#navi li.act a {
		   color: rgb(0,160,147);   /* change colour 2/2 */
			}

.logo {
	background: #fff url(images/logo_g.jpg) no-repeat;  /* change image 1/4 */
}

.link {
	background: url(images/marker_g.png) no-repeat 0% 0%;  /* change image 2/4 */
}

		#menu li a:hover {
			background: url(images/menu-tail-act_g.png) repeat-x 50% 100%;  /* change image 3/4*/
		}
		
		#menu li.act a {
			background: url(images/menu-tail-act_g.png) repeat-x 50% 100%;  /* change image 4/4 */
		}

.faqq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 1.5em;
	text-decoration: none;
	color: rgb(0,160,147);
	}

