@charset "utf-8";
/* The Network Guide - Home Page CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px; }

a:link { color: #006699; text-decoration: none;}
a:visited { color: #006699; text-decoration: none;}
a:hover { color: #cc0000; text-decoration: underline;}
a:active { color: #006699; text-decoration: none;}

.footer {
	font: 7pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#666666; text-align: left; }

