A:link  {
color:	magenta;
text-decoration:	none;
}

A:visited  {
color:	green;
text-decoration:	line-through;
}

A:hover  {
background-color:	yellow;
color:	blue;
}

body  {
background-color:	 black;
background-image:	url(/images/stars.gif);
color:	cyan;
}

h1  {
font-weight:	bold;
text-align:	center;
}