<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<STYLES TYPE="text/css">
<!--
A:hover { background: aqua }
A:link { color: blue }
A:vlink { color: red }

A:link.noul { color: blue;
 text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul {text-decoration: underline;
 background: white; }
-->
</style>
<head>
	<title>Styles in Welcome Page</title>
</head>

<body>



</body>
</html>

