/* css for hcm.andie.org.uk   */
/* by Andie Gilmour           */
/* contact@andie.org.uk       */
/* for client Francesca Doria */
/* Dec 2006                   */

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #CCCCCC;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.read {
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #0000CC;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #CC0033;
	background-color: #FFFF99;
}



h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}

#nav-menu a:hover{
background-color:#FFFFFF;
}