h1
{
text-align: center;
color: white;
font-weight: bold;
}


h2,h3,h4
{
text-align: center;
color: white;
font-weight: bold;
}


p
{
text-align: center;
color: yellow;
}


a:link {color: yellow}
a:visited {color: lightgreen}
a:hover {color: yellow}
a:active {color: yellow}