@import url(http://www.consult-smp.com/typography.css);
@import url(http://www.consult-smp.com/layout.css);

body {
	margin: 5px;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #003;
        text-decoration: underline;
}

a:active, a:hover {
	color: #336;
        text-decoration: none;
}
