
/* Import for modern browsers */

@import url(core.css);

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #545454;
}

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