#extra {
	text-align: center;
	color: white;
	font-size: 150%;
}

a:link {color: white;}      /* unvisited link */
a:visited {color:#bbbbbb;}  /* visited link */
a:hover, a:active {color: yellow;}  /* mouse over link */

p {color: white;}
