
/* Import for modern browsers */

@import url(core.css);

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}