﻿@import '/c/d.css';

html, body {
	color: #000;
	background: #fff;
}
body {
	font: 76%/1.5 Verdana,Arial,Helvetica,sans-serif;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover, a:active, a:focus {
	color: #FC0000;
}
