H1 {
	color: Lime;
	font : x-large;
	background : Fuchsia;
}

H4{
	color: Red;
	font-size: 14px;
}

a:link  {
	color: #ADD8E6;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
	background: transparent;
	text-align: left;
	font-weight: bolder;
}
a:visited  {
	color: #ADD8E6;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
	background: transparent;
	text-align: left;
	font-weight: bolder;
}
a:hover  {
	color: White;
	font-size: 11px;
	font-family: sans-serif;
	text-decoration: none;
	border-bottom-style: none;
	font: bolder;
	text-align: left;
	background-color: transparent;
}
