@charset "utf-8";
/* CSS Document */
BODY {
	color : Black;
	background-color : #1F4076;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-image: url(http://web.archive.org/web/20070707163731/http://www.activewear4u.com/images/pagebg.jpg);
	background-attachment: fixed;

}
TABLE, TR,TD{
	color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

A {
	color : #1F4076;
		font-size : 10pt;
		text-decoration : underline;
}

A:HOVER {
	color : #FF66CC;
	text-decoration : underline;
}

A.whitelink:LINK {
	color : White;
	text-decoration : none;
}

A.whitelink:VISITED {
	color : White;
	text-decoration : underline;
}

A.whitelink:ACTIVE {
	color : White;
		text-decoration : underline;
}

A.whitelink:HOVER {
	color : #FF66CC;
}



.BoldHeading {
	font : Arial, Helvetica, sans-serif;
	color : #1F4076;
	font-weight : bold;
	font-variant : small-caps;
	font-size : 12pt;
}


