/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#01083B;
}
.products  {
	font-family: "Book Antiqua";
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	}
.products a:link {
	font-family: "Book Antiqua";
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
.products  a:visited {
	font-family: "Book Antiqua";
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
.products  a:hover {
	font-family: "Book Antiqua";
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	}
.products  a:active {
	font-family: "Book Antiqua";
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}

