@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

a:link {
	color: #8080FF;
	text-decoration: none;
	font-weight: bold;
}

}
a:active {
	color: #1B024F;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	text-transform: capitalize;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	width: auto;
}
a:visited {
	color: #8080FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
