body { /*sets styles for global document*/
	background-color: #000;
	color: #97f0ff;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg {
	border-right: 3px double #0f9ddb;
	border-left: 3px double #0f9ddb;
	background-color: #002d41;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
a:link { /*sets styles for links*/
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
.reciptbl {
	width:700px;
	border: 3px double #0f9ddb;
}
.recptxt { /*sets styles for unanchored recip text*/
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
a.recip:link { /*sets styles for links*/
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
a.recip:visited {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	}
a.recip:hover {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	}
a.cat:link { /*sets styles for links*/
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	}
a.cat:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	}
a.cat:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	}
a.nav:link { /*sets styles for links*/
	font-family: "Century Gothic";
	color: #d1ff30;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:visited {
	font-family: "Century Gothic";
	color: #d1ff30;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	}
a.nav:hover {
	font-family: "Century Gothic";
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   color: #d1ff30;
   font-size: 36px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
h2 { /*sets styles for h1*/
   color: #d1ff30;
   font-size: 28px;
   font-weight: bold;
   margin: 0px;
   padding: 0;
   }
p { /*sets styles for paragraph*/
	width: 530px;
	font-size: 12px;
	text-align: justify;
	margin: 0.5em;
	}
   
.disclaimer {
	font-size: 10px;
	}
img {
border: 0px;
	}

.adtxt {
	font-size: 18px;
}
.adtxtmed {
	font-size: 24px;
	font-family: "Century Gothic";
	font-weight: bold;
}
