body
{
	background-image: url("felixstuff/blackhole.jpg");
	color: rgb(55,255,20);
}

a:link
{
	color: rgb(55,255,20)
}

a:hover{
color: red}

a:visited{
	color:rgb(55,255,20)
}
table
{
	color: #41beba 
	
}
h1{
  background-color:red;
   padding:50px;
  border:10px solid rgb(55,255,20);
  border-style: dashed;
  margin:2px
}