a:link
{
color:blue;
text-decoration:none;
}
a:visited
{
color:purple;
text-decoration:none;
}
a:hover
{
color:#00688B;
text-decoration:none;
}
a:active
{
color:#63740B;
text-decoration:none;
}
h2
{
color:black;
font-size:14px;
font-family:"Verdana", "Times New Roman", serif;
text-decoration:none;
}

body
{
background-image:url("Graphics/Pixel.png");
}

p
{
color:black;
text-align:center;
}

.Bar
{
text-align:center;
}

ul
{
list-style-type:none;
margin:3px;
padding:3px;
}

li
{
display:inline;
float:left;
}
