P  {}

H1 {}

H2  {}

H3  {}

H4  {}

H5  {}

H6  {}

A
{
	color: #1083CF;
	font-weight: bold
}

A:Visited
{
	color: #5CAA6E;
	font-weight: bold
}

A:Active
{
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

A:Hover
{
	color : green;
	font-weight: bold;
	text-decoration: underline;
}

body
{
	color: white;
	background: black;
	background-image: url('stars.jpg');
	background-attachment: fixed;
}
