body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #B32034;
}
BIG {
	font-size : 18px;
	font-variant : small-caps;
	font-weight : bold;
}
A:link {
	display: block;
	color : Yellow;
	padding: 10px 11px;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 1px;
	font-variant : small-caps;
	text-decoration : none;
}
A:hover {
	display: block;
	background-color: #6495ED;
	color : Navy;
	padding: 10px 11px;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 1px;
	text-decoration : none;
}
A:visited {
	display: block;
	color : Yellow;
	padding: 10px 11px;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : 1px;
	font-variant : small-caps;
	text-decoration : none;
}
