@charset "utf-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
}
.heading{
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: hsla(0,100%,45%,1.00);
}
a:link {
	color:#FF0000;
	text-decoration:none;
}
a:visited {
	color:#FF0000;
}
a:hover {
	color:#FF0000;
}
