/*
 * $Id: style.css,v 1.1.1.1 2002/02/21 17:25:47 nick Exp $
 *
 * style.css - Stylesheet for Network Ability
 *
 */

<style type="text/css">

<!--

body.normal {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 90%;
	background: #003366;
	color: #eeeeee;
	border: none;
	margin-left: 0%;
	margin-right: 0%;
}

body a:link	{ color: white; text-decoration: none; }
body a:visited	{ color: white; text-decoration: none; }
body a:active	{ color: white; text-decoration: none; }
body a:hover	{ color: yellow; text-decoration: none; }

tr.heading {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 12pt;
	vertical-align: top;
}

tr.normal {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 90%;
	vertical-align: top;
}

p.heading {
	font-family: Verdana, Helvetica, Arial, sans-serif
	font-weight: bold;
	font-size: 100%;
}

p.normal {
	font-family: Verdana, Helvetica, Arial, sans-serif
	font-weight: normal;
	font-size: 90%;
}

-->
</style>
