	<style type="text/css">	body 	{		/* set width to percentage */				width:100%		height:100%;		margin:0;		padding:0;		font-family:Times, Roman, Sans-serif; 		margin-top: 0px;		margin-right: 0px;		margin-bottom: 0px;		margin-left: 0px;		color: black;		background: url("http://remnant-online.com/Images/parchment7.jpg") 100% no-repeat;		/* border for testing */	} 	 	h1 	{		color: black;		font-weight: bold;		font-size: 45px;		font-family: times,roman, sans-serif;		text-align: center;		background-color: parchment7.jpg;		margin-top: 10px;		margin-right: 1px;		margin-bottom: 10px;		margin-left: 1px;		padding: 20px 0px 20px 0px;	}	h2 	{		color: navy;		font-weight: bold;		font-size: 30px;		font-family: times,roman, sans-serif;		text-align: left;		background-color: #ffffff;		margin-top: 10px;		margin-right: 1px;		margin-bottom: 10px;		margin-left: 1px;		padding: 20px 0px 20px 0px;	}		h3 	{		color: navy;		font-weight: bold;		font-size: 25px;		font-family: times,roman, sans-serif;		text-align: center;		background-color: #ffffff;		margin-top: 10px;		margin-right: 1px;		margin-bottom: 10px;		margin-left: 1px;		padding: 20px 0px 20px 0px;	}		h4 	{		color: gray;		font-weight: bold;		font-size: 15px;		font-family: times,roman, sans-serif;		text-align: center;		background-color: #ffffff;		margin-top: 10px;		margin-right: 1px;		margin-bottom: 10px;		margin-left: 1px;		padding: 20px 0px 20px 0px;		text-shadow: 0px 1px 0px #e5e5ee;	}		h5 	{		color: navy;		font-weight: bold;		font-size: 35px;		font-family: times,roman, sans-serif;		text-align: left;		background-color: Images/parchment7.jpg		margin-top: 10px;		margin-right: 1px;		margin-bottom: 10px;		margin-left: 1px;		padding: 20px 0px 20px 0px;		text-shadow: 0px 1px 0px #e5e5ee;	}h6 	{		color: navy;		font-weight: bold;		font-size: 35px;		font-family: times,roman, sans-serif;		text-align: left;		background-color: Images/parchment7.jpg		margin-top: 10px;		margin-right: 1px;		margin-bottom: 10px;		margin-left: 1px;		padding: 20px 0px 20px 0px;		text-shadow: 0px 1px 0px #e5e5ee;	}#header {	position: relative;	width: 100%;	margin: 0; border: 0; padding: 0;}.mynavbar {	position: relative;  width: 88%;  height: 23px; /* corresponds to 'line-height' of a.navbartitle below */		margin-top: 20px;				margin-bottom: 0px;		margin-left: 60px;  background-color: #330033; }a.navbartitle {  display: block;   float: left;  color: white;  background-color:  #330033;  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;  font-size: 12px;  font-weight: bold;  margin: 0; border: 0; padding: 0;  line-height: 23px; /* corresponds to 'top' value of .submenu below */  text-align: center;  text-decoration:none;}a.navbartitle:hover {  background-color: #663366;}/* menu title widths */#t1 { width: 104px; }#t2 { width: 180px; }#t3 { width: 110px; }#t4 { width: 142px; }#t5 { width: 112px; }#t6 { width: 105px; }/* We just specify a fixed width for each menu title. Then, down below we specify    a fixed left position for the corresponding submenus (e.g. #products_submenu, etc.)    Using these fixed values isn't as elegant as just letting the text of each     menu title determine the width of the menu titles and position of the submenus,    but we found this hardwired approach resulted in fewer cross-browser/cross-OS     formatting glitches -- and it's pretty easy to adjust these title widths and the    corresponding submenu 'left' positions below, just by eyeballing them whenever    we need to change the navbar menu titles (which isn't often). */.submenu {	position:absolute;  z-index: 2;  top: 23px; /* corresponds to line-height of a.navbartitle above */  padding: 0; margin: 0; 	width:166px; /* If adjust this, then adjust width of .submenu below a too */	color: white;	background-color:  #ccccff;	border: 1px solid #447755; /* box around entire sub-menu */  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;	font-size: 11px;}/* Fix IE formatting quirks. */* html .submenu { width: 148px; } /* IE needs narrower than width of .submenu above *//* End *//* position of each sub menu *//* We just eyeball the position of each submenu here -- can move left or right as needed.    If you adjust menu title text, you might want to adjust these too. */#forums_submenu { left: 280px; visibility: hidden;  }/* Note, each submenu is hidden when the page loads - then made visible when    the mouse goes over the menu title. Using the 'visibility' property instead    of using the 'display' property avoided a bug in some versions of Safari.     (The bug is pretty where esoteric: The browser ignored the 'hover' property     on 'li' objects inside an object whose display property was set to 'none'     when the page loaded...) Using the 'visibility' property instead of 'display'    would normaly take up extra room on the page, but that's avoided here by putting    the submenu on a second layer: see 'position: absolute' and 'z-index: 2'    in .submenu definition, higher up this page. */.submenu a{  display: block;  color: #eee;   background-color: #663366;  width: 146px; /* This should be width of .submenu above minus right-side padding on next line */  padding: 5px 0px 4px 20px;  text-decoration: none;  background-color: #666666;   border-bottom: #447755 dotted 1px;   border-top: 0; border-left: 0; border-right: 0;}ul { position: relative; display: block; }li { position: relative; display: block; }.submenubox {   margin: 0; padding: 0; border: 0;}.submenubox ul{  margin: 0; padding: 0; border: 0;  list-style-type: none;}.submenubox ul li {   margin: 0; padding: 0; border: 0;}.submenubox ul li a:link { }.submenubox ul li a:visited { }.submenubox ul li a:hover{  color: #c6e8e2; /* text color for submenu items */  background-color: #330033;  border-bottom: #447755 dotted 1px; }#vid  {  color: black;  font-weight: bold;  font-size: 40px;  font-family: times,roman, sans-serif;  background-color: parchment7.jpg;  border-width: ;  border-style: ;  border-color: ;}#pagemain  {  color: gray;  font-weight: bold;  font-size: 20px;  font-family: times,roman, sans-serif;  background-color: parchment7.jpg;  border-width: 3px;  border-style:   border-color: #666666;}#vidmenubox{	color: gray;	font-weight: bold;	font-size: 20px;	margin: 10px; border: 0; padding: 0;		font-family: times,roman, sans-serif;	background-color: parchment7.jpg;	border-width:}#pagefooter{	position: relative;	width: 100%;	height: 23px; /* corresponds to 'line-height' of a.navbartitle below */	margin: 0; border: 0; padding: 0;	background-color: parchment7.jpg;	text-align: center;}