@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #151515;
	color: #d1d3d4;
}
a {
	color: #14C6CC;
	text-decoration:none;
}
#links {
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-left: 60px;
	color: #14C6CC;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
	width: 600px;
}
