

/* Generic Selectors */


body {



font-color: black;

background-image: url(Images/gradient.png);
background-repeat:repeat;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

text-align:center;

text-decoration:underline;

color: black;

}




