body { /*sets styles for global document*/
	background-color: #c0c0c0;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg {
	border-right: 3px double #000;
	border-left: 3px double #000;
	background-color: #fa52e0;
	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: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	}
a.recip:link { /*sets styles for links*/
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}
a.recip:visited {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;	}
a.recip:hover {
	color: #fff;
	font-size: 16px;
	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: #000;
	font-size: 12px;
	text-decoration: underline;
	}
a.nav:link { /*sets styles for links*/
	font-family: impact;
	color: #fff;
	font-size: 26px;
	text-decoration: underline;
	}
a.nav:visited {
	font-family: impact;
	color: #fff;
	font-size: 26px;
	text-decoration: underline;
	}
a.nav:hover {
	font-family: impact;
	color: #000;
	font-size: 26px;
	text-decoration: underline;
	}

h1 { /*sets styles for h1*/
   color: #0000ff;
   font-size: 36px;
   font-weight: bold;
   margin: 0.25em;
   padding: 0;
   }
p { /*sets styles for paragraph*/
	color: #000;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 650px;
	margin: 0px;
	text-align: justify;
	}
   
.disclaimer {
	font-size: 10px;
	}
img {
border: 0px;
	}

.phone {
	font-size: 18px;
	color: #000;
	}
.phnum {
	font-size: 24px;
	color: #f00;
	}
.top {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 5px;
	}
.shadow { /*draw a shadow around table or table cells*/
border-right: #000 2px solid;
border-top: #fff 2px solid;
background-color: #fa52e0;
font-weight: bold;
font-size: 11px;
border-left: #fff 2px solid;
border-bottom: #000 2px solid;
color: #000;
}
.info { /*sets styles for ad body*/
color: #000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
}

.number { /*telephone number*/
color: #0000ff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
}
hr { /*sets styles for horizontal rule*/
width: 300px;
border-right: #000 1px solid;
border-top: #000 1px solid;
border-left: #000 1px solid;
border-bottom: #000 1px solid;
}
