body {
background-image:
url('images/nav/blank.gif');
margin-right: 10px;
}
h2 {
color:yellow;
text-align: center;
}
a:link {
	color:black
}

a:visited {
	color:navy
}

a:hover {
	color:red
}

a:active {
	color:orange
}