body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.style1 {
	font-family: "Comic Sans MS";
	color: #CCCCCC;
	font-size: 36px;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #0033FF;
}
h1 {
	font-size: 14px;
	color: #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #6699CC;
}

.button {
font-size:11px;
	color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	height:2em;
	background-color:#000066;
	outline-color:#CC6600;
	border:thin #00FFFF;
}
P{
	font-size:12px;
	color:#000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
H1{
	font-size:14px;
	color:FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H2{
	font-size:12px;
	color:#000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H3{
	font-size:24px;
	color:#000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menubutton {
	font-size:11px;
	color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	height:2em;
	background-color:#000066;
	outline-color:#CC6600;
	border:medium #0099FF;
}
.menubutton:hover {
	font-size:11px;
	color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	height:2em;
	background-color:#000066;
	outline-color:#CC6600;
	border:medium #FFFFFF ;
}
.linklarge
{
	font-size:14px;
	color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.link
{
	font-size:9px;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.link:hover
{
	font-size:9px;
	color:#FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.maintext
{
	font-size:12px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.5em;
	
}
.heading
{
	font-size:14px;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	line-height:2em;
	
}
.headingLARGE
{
	font-size:18px;
	color: #9bb7c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	line-height:1.5em;
	
}
.pageref
{
	font-size:14px;
	color:#CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	line-height:2em;
	
}
.price
{
	font-size:14px;
	color:#FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	line-height:2em;
	
}
.gallery
{ border-color:#FF9900;
 	border-bottom:groove;
	border-left:groove;
	border-right:groove;
	border-top:groove;
	border-width:thick;
}
	

	color:#FgFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	line-height:2em;
	
}
a{color:#000033; text-decoration: none; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
a:hover{ text-decoration:underline ;}
.background { background-color:#FFCC00; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; border-color:#003300;}
.class2 {  font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
.class1 {  font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif}
.class3 {  font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#CCCC66; font-weight:normal;}

.offer_blink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #CC3300; text-decoration: blink}
.grey {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666}
P1 {
{
	font-size:12px;
	color:#000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.P3 {
{
	font-size:12px;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.5em
}

	font-size:14px;
	color:#000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
<style>
/* Class for the div which will hold the images */
.expandable {
  /* You must specify a width for the area that contains 
  the images or Firefox, Opera, and Safari will expand 
  the hoverable area to the full width available.  */
  width: 268px;
  margin: 0;
  padding: 0;
}
/* Hide the full sized image */
.expandable a .full{
  display: none;
}
/* Specify the position of the full sized image (for IE) */
.expandable a:hover{
  position: relative;
}
/* Display the full sized image when link is hovered over */
.expandable a:hover .full{
  position:absolute;
  top:-185px;
  display: block;
  z-index: 1;
}
/* Hide the thumbnail when the full sized image is shown */
.expandable a:hover .thumb {
  visibility: hidden;
}
</style>
<!--[if IE 6]>
<style>.expandable a:hover .full{ top:0; }</style>
<![endif]-->

#menu {
float: left;
width: 700px;
padding-left: 25px;
margin: 15px 0 25px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}
A.menulink:link, A.menulink:visited, A.menulink:hover, A.activemenulink:link, A.activemenulink:visited, A.activemenulink:hover {
padding: 0 9px 0 4px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
color: #9bb7c9;
}
A.menulink:hover, A.activemenulink:link, A.activemenulink:visited, A.activemenulink:hover {
	padding: 0 9px 0 4px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #eb7c31;
}
A.leftlink:link, A.leftlink:visited, A.leftlink:hover, A.activeleftlink:link, A.activeleftlink:visited, A.activeleftlink:hover {
padding: 0 9px 0 4px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
color: #9bb7c9;
}
A.leftlink:hover, A.activeleftlink:link, A.activeleftlink:visited, A.activeleftlink:hover {
	color: #eb7c31;
	text-decoration: none;
}
#FSmainTable		{border:1px solid black; background-color:#FFFFFF; font-family:Arial,Helvetica,Sans-Serif; font-size:12px}
.FSdateField		{width:76px; border:0; font-size:11px; padding:1px 0 0 3px}
.FSdateSelect		{border:1px solid #999999; background-color:white}
.FSmonthRolldown	{width:90px; font-size:11px}
.FSyearInput		{width:38px; font-size:11px}
.FSbuttonsRow		{background-color:#DDDDDD}
.FSdateButton		{width:20px; height:20px; font-weight:bold; font-size:10px}
.FSdateButton2		{width:40px; height:20px; font-weight:normal; font-size:10px}
.FScalendarTitles TD{border-bottom:1px solid black; font-size:11px; color:#CCCCCC; line-height:14px}
.FScalendar TD		{font-size:11px; font-weight:normal}
.FSinMonth			{color:#000000; text-decoration:none; width:22px; height:12px; line-height:14px}
.FSnotInMonth		{color:#999999; text-decoration:none; width:22px; height:12px; line-height:14px}
.FSinMonth:hover	{font-weight:bold}
.FSnotInMonth:hover	{font-weight:bold}
.FSoutOfRange		{color:red; line-height:14px}
#FSrangeCell		{background-color:#EEEEEE; font-size:11px; text-align:center; line-height:14px}
#FSdateToday		{font-size:11px; font-weight:bold; line-height:20px}