body{
	background-color:inherit;
	color:white;
	}
a:link{
	color:yellow;
	}
a:visited{
	color:#AAAAAA;
	}
a:hover{
	color:orange;
	}
a:active{
	}
h2{
	font-style:italic;
	text-align:center;
	color:white;
	}
h3{
	font-style:italic;
	}
