body {
	line-height: 1;
	color: yellow;
  font-family: Georgia;
  font-size: 18px;
	background-color: black ;
	background-image: url(/shine.png);
	width: 100%
}

p{
	font-size: 22px;
	font-family: Georgia;
	line-height: 3px;
	margin-bottom: 1px
}

 a{
	color: red;
	text-decoration: underline; 
}
 a:hover{
	color: red ;
	text-decoration: none; 
 }
 
 a:visited{
   color: darkred ;
   text-decoration: underline;
 }
