
/* CSS Document */

body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #000;
}
body {
	color: #fff;
}
a:link {
	color: #ccc;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: underline;
}
h1{ font-size:13px; font-weight:normal; text-transform:uppercase;}
