h1	{ font-size: 50px; font-weight: bold; text-align: center; font-style: italic; font-family: Arial; }

a:link    { color: blue; text-decoration: none; }

a:active  { color: blue; text-decoration: none; }

a:visited { color: blue; text-decoration: none; }

a:hover   { color: red;  text-decoration: underline; font-weight: bold; }