A:link {
	font-size: 15px;
	text-decoration: none;
	color : Blue;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: auto;
}

A:visited {
	font-size: 15px;
	text-decoration: none;
	color : Red;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:hover {
	font-size: 15px;
	color: White;
	background: Fuchsia;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	 
H1 {
	font-size : 17px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Red;
	text-align: center;
	letter-spacing : normal;
}

H2 {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Blue;
	text-align: right;
	letter-spacing : normal;
}

H3 {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Blue;
	letter-spacing : normal;
}
