body 
{
background-color: navy;
color: white;
font-family: arial
}

p
{
font-family: arial
}

p.gamename
{
font-family: arial;
color: white;
font-size: 25;
align: center
}


a:link 
{
color: white;
text-decoration: none
}

a:visited
{ 
color: white;
text-decoration: none
}

a:hover
{
color: gray;
text-decoration: none
}

h1, h2
{
font-family: arial;
color: white
}