pre, dl, ul, ol, p, blockquote {
	line-height:120%;
}
a {
	text-decoration: none;
}
a:link {
	color: blue;
	background-color: white;
}
a:visited {
	color: #9900CC;
	background-color: white;
}
a:hover {
	text-decoration: underline;
}
body {
    color: black;
    background-color: white;
}
