body { /*sets styles for global document*/
	background-color: #650100;
	color: #000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	}
table.bg {
	border-right: 5px double #d5c504;
	border-left: 5px double #d5c504;
	background-color: #e1e1e1;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
table.indexbg {
	border: 5px double #d5c504;
	background-color: #e1e1e1;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

a:link { /*sets styles for links*/
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	}
h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-top: 1px;
}
h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

p {
	width: 650px;
	text-align: justify;
	font-size: 12px;
}
ul.tgp {
	margin-left: 0px;
}
ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: 2em;
	left: 1em;
	width: 9em;
 }
ul.navbar li {
	background: #fff;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 1em solid #000 
}

a.nav:link { /*sets styles for links*/
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
a.nav:visited {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
a.nav:hover {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
ul.tgp {
  list-style-type: none;
 }

a.gal:link { /*sets styles for links*/
	color: #800000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}
a.gal:visited {
	color: #800000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}
a.gal:hover {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}
a.sponz:link { /*sets styles for links*/
	color: #800000;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	}
a.sponz:visited {
	color: #800000;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	}
a.sponz:hover {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-decoration: underline;
	}
img {
border: none;
}


