A:link { background: white; color: blue; text-decoration: none; }
A:visited { background: white; color: blue; text-decoration: none; }
A:active { background: white; color: blue; text-decoration: underline; }
A:hover { color: red;text-decoration: underline; }
BODY {
	font-size : larger;
}

H4{
	font-family : sans-serif;
	font-weight : bold;
	text-decoration : underline;
	}

H5{
	font-family : sans-serif;
	font-weight : bold;
	text-decoration : underline;
}
