@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a{
	color:#f50025;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
