@CHARSET "UTF-8";

body {
	margin: 0;
}

td,select,div,input,p {
	font-size: 14px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red !important;
	text-decoration: underline;
}

.ared a {
	color: #b00000;
}