body {
	font-size: x-large;
}
a:link {
	font-size: medium;
	background: White;
}
a:visited {
	background-color: #FFFFFF;
	font-size: medium;
}
a:hover {
	background-color: #FF9900;
	position: relative;
	top: 0px;
	left: 4px;
}
a:active {
	background-color: #FFFFFF;
}
h1 {
	color: Red;
	font-size: 200%;
}
h2 {
	color: Red;
}
h3 {
	color: Red;
}
h4 {
	color: Red;
}
h5 {
	color: Red;
}
h6 {
	color: Red;
}

