body {
	margin: 0;
	padding:0;
	background:#fff;
	min-width:960px;
	font-size:90%;
        font-family: Verdana, Geneva, Kalimati, sans-serif;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

a:link {
color: black;
text-decoration: underline;
}

a:visited {
color: black;
text-decoration: underline;
}

a:hover {
color: black;
text-decoration: none;
}

#nav a:link {
color: white;
text-decoration: none;
}

#nav a:visited {
color: white;
text-decoration: none;
}

#nav a:hover {
color: white;
text-decoration: underline;
}

#snav a:link {
color: LightGrey;
text-decoration: none;
}

#snav a:visited {
color: LightGrey;
text-decoration: none;
}

#snav a:hover {
color: LightGrey;
text-decoration: underline;
}