#masthead {
	text-align: right;
	background-color: #aaaaaa;

}

#masthead p {
	padding: 5px 25px 0px 0px;
	color: #333;
}

#masthead a:link {
	text-decoration: underline;
	color: #333;
}

#masthead a:visited {
	text-decoration: underline;
	color: #333;
}

#masthead a:hover {
	text-decoration: none;
	color: white;
	background-color: #333;
}

#masthead a:active {
	text-decoration: none;
	color: white;
	background-color: #333;
}
