a:link
{
	color: #FB6800;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:visited
{
 color: #FB6800;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #1BA6D0;
	text-decoration: underline;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #1BA6D0;
	text-decoration: underline;
}


/*Usage for Tooltip
----------------------------------------
<a href="#">Title <span>Tooltip</span></a> */
a{
	z-index:10;
	}
a:hover{
	position:relative;
	z-index:100;
	}
a .tt{
	display:none;
	}
a:hover .tt{
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	top:-1.6em;
	left:.5em;
	background:#fffcd1;
	border:1px solid #444;
	color:#444;
	padding:1px 5px;
	z-index:10;
	font-size: 12px;
	text-decoration:none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	border: none;
	height: 1px;
	background-color:#999999;
	color: #999999;
}

.body_text {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
.logo_totallyCopy {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 14px; */
	font-weight: normal;
	font-style: italic;
}
.logo_spaCopy {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif; /* "Trebuchet MS", Arial, Verdana */
	/* font-size: 14px; */
	font-weight: bolder;
	font-style: normal;
}
.logo_totallyCopy.heading{
	color: #000000;
	font-weight:bold;
}
.logo_spaCopy.heading{
	color: #000000;
	font-weight:bold;
	}
.package {
	font-size:.8em;
	line-height:1.5em;
	position: relative;
}
p.package_details {
	padding-left: 25px;
	margin-top: -.5em;
}
.package_options {
	font-size:.8em;
	line-height:1.5em;
}

.colorEnhance {
	color: #0099CC;
}
.sizeEnhance1 {
	font-size:1.5em;
}
#legalCopy p{
  text-align: justify;
}
#legalCopy .heading1{
  text-decoration:underline;
}

.table_text {
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}

.sub_bullet {
	list-style-type: lower-alpha;
}

.textButton {
	font-size: 1.1em;
	font-weight: bolder;
}

/* Column layouts */
#package_col1 {
	position: absolute;
	width:20em;
	margin-left: 5em;
	margin-right: 15em;
/*	border: solid 1px;*/

}
#package_col2 {
	position: relative;
	/*margin-left: 30em;*/
	width:20em;
	margin-right: 5em;
	margin-bottom: 5em;
/*	border: solid 1px;*/
	left: 350px;
}

/* Wrapper
----------------------------------------*/
#wrapper {
	width:830px;
	background-color:#FFFFFF;
	display:inline-block;
	text-align: left;
	/*
	margin-left:auto;
	margin-right:auto;
	border-color:#000000;
	border-style:solid;
	border-width:1px;*/
}
/* Page Header
----------------------------------------*/
#pageHeader {
	margin-left:27px;
	padding:0px;
	display:block;
	/*border: 1px solid;*/
	}

/* Main Nav
----------------------------------------*/
#mainNav {
	display:block;
	line-height: 1.5em;
	text-align: center;
	/*margin-left:25px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	font-size: 1.0em;
/*	border-style: solid;
	border-color:#FF00FF;
	border-width:1px;*/
}
#mainNavTile {
	height: 13px;
	background: url(../../images/navBarTile_bot.gif) repeat-x left bottom;
}
#mainNav .mainNavSqrSpacer {
	padding-left: .6em;
	padding-right: .6em;
/*	background-color:#FF6600;*/
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: circle;
/*	border-style: solid;
	border-color:#FF0000;
	border-width:1px;*/
}
#mainNav ul li { /* Create horizontal nav menu */
	display:inline;
	margin-left:0px;
	line-height: 1em;
	padding-left: 0px;
/*	border-style: solid;
	border-color:#FFF000;
	border-width:1px;*/
}
#mainNav ul li a {
	padding: 0px;
	/*width: 110px;*/
	height: 18px;
	line-height: 18px;
	font-family: helvetica, tahoma, verdana, arial;
	font-size: .8em;


/*	background: url(images/nav_off_on.gif) no-repeat left top;*/
}
#mainNav ul li a:link 			{ color: #336666; text-decoration: none; text-align:center; }
#mainNav ul li a:visited    { color: #336666; text-decoration: none; text-align:center; }
#mainNav ul li a:active     { color: #336666; text-decoration: none; text-align:center; }
#mainNav ul li a:hover      { color: #1BA6D1; text-decoration: none; text-align:center; }

/* Admin Nav
---------------------------------------*/
#adminNav ul {
	margin-left: 25px;
	padding: 0px;
	list-style: circle;
}
#adminNav ul li { /* Create horizontal nav menu */
	display:inline;
	margin-right:10px;
	margin-left:0px;
	line-height: 1em;
	padding-left: 0px;
	list-style: none;
}


/* Main Content
----------------------------------------*/
#mainContent {
	/*background-color: #FFFF33;*/
}

#mainContent p {
	margin-left: 0px;
	/*margin-left: 0px; (Original format)*/
}

ul.enhanceBullet1 {
	color:#FB6800;
}
ul.enhanceBullet1 li {
	padding-bottom: .5em;
}

ul.enhanceBullet2 {
  color:#FB6800;
}
ul.enhanceBullet2 li {
  padding-bottom: 0em;
}

/* Page Heading
----------------------------------------*/
.pageHeading
{
	color: #1BA6D1;
	font-size: 2.5em;
	letter-spacing: 2px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.pageSubHeading1 {
  margin-top: 2em;
  font-size: 1em;
  font-weight: bold;
}

/* Footer
----------------------------------------*/
.footer {
	display: block;
	margin-top: 3em;
	text-align:center;
 	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	clear:both;
	/*background-color:#6600FF;*/
}
/* Home page
----------------------------------------*/
#homeText {
	display: inline;
	float: left;
	width: 465px;
	padding-right: 5px;
}
#homePic {
	/*float: right;*/
	margin-right:10px;
	margin-bottom:10px;
	float:right;

}
#homeSignup {
	width: 295px;
	height: 130px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../../images/bg-form-resized.gif);
	margin-left:auto;
	margin-right: auto;
	background-repeat: no-repeat;
}


/* Directory Listing
----------------------------------------*/
.listHeading {
	font-size: 1.5em;
	font-weight: bold;
	color: #0099CC;
}
.tableListResults {
	margin-left: 25px;
	margin-right: 25px;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
}
.tableListResults2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}
.tableListResults th{
	text-align: left;
	padding: .2em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #0099CC;
	background-color: #D2E1F7;
}
.tableListResults tr.odd{
	background-color: #E1F3F7;
}

.tableListResults tr.oddForAds{
	background-color: #DBEBFf;
}

.tableListResults tr.evenForAds{
	background-color: #F0FFFF;
}

.tableListResults td{
	padding-left: 0.3em;
}

#directoryListing {
}

/* Main Advertisment Layout
----------------------------------------*/
#advBox {
	display:inline-block;
	width: 790px;
	margin-top: 1em;
	margin-left: 20px;
	float:left;
	/*width: 13em;
	height: 5em;
	margin-right: 2em;
	background-color:#FFCCFF;
	float: left;
	display: block;
	background-color:#00FF00;*/
}
#advBox ul {
  height: 135px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	clear: both;
	/*float: left;*/
/*	background-color:#FF0000;
	border-style: solid;
	border-color:#FF0000;
	border-width:1px;*/
}
#advBox ul li { /* Create horizontal nav menu */
	font-size: .7em;
	list-style: none;
	float: left;
	width: 240px;
	height: 130px;
/*	border: thin;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	/*padding-top: 30px;
	background-color: #CCFFCC;*/
	background-image: url(../../images/promo_box.gif)
}
#advBox ul li .promoName {
	font-weight: bold;
	height: 2em;
	margin-left: 5px;
}
#advBox ul li .logo {
	float:left;
	/*width: 100px;
	height: 100px;*/
	margin-right: 5px;
	/*background-color: #66CCFF;*/
}
#advBox ul li .textPreview {
	/*width: 130px;*/
/*	margin-left: 100px;*/ /* firefox is relative to left edge of logo */
	/*background-color: #CCFF66;*/
}
#advBox ul li a {
	padding: 0px;
	/*width: 110px;*/
	height: 18px;
	line-height: 18px;
	font-family: helvetica, tahoma, verdana, arial;
	font-size: .8em;
/*	background: url(images/nav_off_on.gif) no-repeat left top;*/
}

/* Premium Advertisment Layout
----------------------------------------*/

.premiumBox {
	margin: 0 auto 20px;
    /*padding: 20px;*/
	text-align: left;
/*    background-color: #fff;*/
	background-color: #C2E1F6;
	border:1px solid #BCB1B1;
	padding: 0;
	width: 343px;
	height: 255px;

}

#advBoxPremium {
	margin:0px;
	padding:0px;
	/*
	position: relative;
	top: -10px;
	left: -10px;
	border-width:1px;
	border-color: #BCB1B1;
	border-style: solid;
  */
}

#advBoxPremium .promoName {
	font-size : 1em;
	font-weight: bold;
	margin-bottom : 10px;
	background-color: #D0E0F0;
	padding: 10px;
}

#advBoxPremium .logo {
	float:left;
	margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#advBoxPremium .textPreview {
  margin-left: 10px;
	font-size : 0.97em;
	line-height: 1.4em;
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px;*/
}

#advBoxPremium a {
	padding: 0px;
	height: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.adRequestLink {
	font-size:0.6em;
	margin-left: 20px;
	clear:both;
}

/* Thrills Advertisment Layout - Home Page
----------------------------------------*/
.premiumBox {
  position: relative;
    /*margin: 0 auto 20px;*/
margin: 0px;
    text-align: left;
    background-color: #FFDEC7; /*#C2E1F6; cfe1ed;*/
 border:1px solid #BCB1B1;

    padding: 0;
    width: 343px;
    height: 310px;

}
.thrillHomeHeading {
  height:40px;
	color: #FB6800;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	padding:5px;
	margin-bottom: 5px;
	text-align: center;
}

.thrillHomeImage {
  position:absolute;
	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	width: 180px;
	/*height:160px;*/
}

.thrillHomeSpaRef {
  position: absolute;
  width:180px;
  height: 67px;
  top: 165px;
  margin-top: 10px;
  left:5px;
  line-height:1.5em;
  text-align: center;    
}

.thrillHomeDetails {
	
}
.thrillCounter table {
  position: absolute;
  margin-left: 190px;
	text-align: center;
	border-collapse: collapse;
	border: none;
}
#thrillDetailRightSideBar .thrillCounter table {
  position: relative;
  margin-left: 0px;
  text-align: center;
  border-collapse: collapse;
  border: none;
}
.thrillCounter td {
	/*border-collapse: separate;*/
	background-color: #FBBD00;/*#07ecd4*/
	text-align: center;
	border:1px solid #FB6800;
	border-collapse: collapse;
	margin:0;
	padding: 0px;

}
.ofrHeading {
	font-size:1.3em;
	font-weight:bold;
	height:40px;
}
.savingsHeading {
	font-size:.8em;
	font-weight:bold;
}
.valueHeading {
  font-size:.8em;
  font-weight:bold;
  height:30px;
}
.savingsAmtHeading {
	font-size:1em;
	font-weight:bold;
}
.tdTill {
	/*border-collapse: separate;*/
	background-color: #FBE600;
	text-align: center;
/*	border: 1.5px solid #cfe1ed;
	padding:2px;
*/
	border: 1px solid #FB6800;
	border-collapse: collapse;
	margin:0

}
.tdTillCount {
	background-color: #E6FB00;
	text-align: center;
	border: 1px solid #FB6800;
	border-collapse: collapse;
	margin:0;
	font-size: 1.5em;
	font-weight: bold;
	color:#FB6800;
}
.timerHeading {
	font-size:.6em;
	font-weight:normal;
	background-color:#FBE600;
}

.thrillHomeButton {
	white-space:nowrap;
  position: absolute;
  top: 240px;
  left: 5px;
	display: block;
	width: 335px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style:normal;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: .05em;



}
.thrillHomeButton a			{ display: block; padding:3px;text-decoration: none; text-align:center; background-color: #FB6800; font-family: Arial, Helvetica, sans-serif;}
.thrillHomeButton a:link		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.thrillHomeButton a:visited		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.thrillHomeButton a:active		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.thrillHomeButton a:hover		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; background-color: #1BA6D1 }


/* Thrills Advertisment Layout - Details Page
----------------------------------------*/
#thrillDetailContent {
	padding:30px;
	height:1600px;
	background-color:#FFDEC7; /*#C2E1F6;*/
}

.thrillDetailButton {
	white-space:nowrap;
	display: block;
	width: 151px;
	height:2.5em
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style:normal;
	color: #FFFFFF;
	line-height: 1.2em;
	letter-spacing: .05em;
/*	background-color: #3366FF;*/
	margin-top: 0em;
	margin-bottom:10px;
	margin-right:1em;
	margin-left: 5px;
}
.thrillDetailButton a			{ display: block; padding:3px;text-decoration: none; text-align:center; background-color: #FB6800; font-family: Arial, Helvetica, sans-serif;}
.thrillDetailButton a:link		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.thrillDetailButton a:visited		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.thrillDetailButton a:active		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.thrillDetailButton a:hover		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; background-color: #1BA6D1 }

#thrillDetailHeading {
	margin-bottom:20px;
	color: #FB6800;
	text-decoration: none;
	
	font-weight: bold;
	font-size: 1.8em;
}
.sentenceHighlight {
	color: #1BA6D1;
}


#thrillPhotoMain {
	width:500px;
	height:300px;
	background-color:#FFFFFF;
}

#thrillDetailBody {
	float:left;
	width: 500px;
	height:500px;
	margin-top:0;
	margin-right: 30px;;
	padding-top:0;
	padding-bottom:20px;
	font-size: 0.9em;
/*	background-color:#ffEE00;*/
}

#thrillDetailBody .thrillDetailTextHeading1 {
	margin-top: 10px;
	font-size:1.4em;
	font-weight: bold;
	color: #1BA6D1;
}

#thrillDetailBody #thrillDetailMainPoints {

}

#thrillDetailRightSideBar{
	float:left;
	width:200px;
	height:880px;
	background-color:#FFCC96; /*#FFA361; #95CBF0;*/
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.rightSideBarText {
	font-size: 0.7em;
	padding:10px;
	margin-top:0px;
	padding-top:0px;
}
.rightSideBarText p{
 
}


/* Instructions Banner
-----------------------------*/
#instructions {
	font-size: 0.7em;
	padding:10px;
}

#instructions .instructionsBannerTop, .instructionsBannerBottom{
	height:65px;
	padding-left,padding-right:10px;
	background-color:#FBBD00;
	text-align: center;
}
#instructions p{
  margin:0px;
  padding:0px;
}

#instructions .instructionsBody {
	padding:10px;
	background-color:#FBE600;;
}

/* Image bullets
-----------------------------------*/
.imgBullet {
  vertical-align:middle;
  margin-right: 10px;
}

/* Mood Links Box
-----------------------------------*/
#moodBox {
	height:2em;
	width: 42em;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0.5em;
	clear:both;
}
#moodBox ul {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	/*float: left;
	background-color:#00dddd;*/
}
#moodBox ul li {
	font-size: 1em;
	list-style: none;
	float: left;
/*	width: 240px;
	height: 130px;
	border: thin;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
	margin-left: 4px;
	margin-right: 4px;
}
#moodBox ul li a .smallMoodFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#moodBox ul li a .largeMoodFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#moodBox ul li a {
	text-decoration: none;
}
#moodBox  ul li a:link		{ color: #1BA6D1; text-decoration: none; text-align:center; }
#moodBox  ul li a:visited   { color: #1BA6D1; text-decoration: none; text-align:center; }
#moodBox  ul li a:active    { color: #1BA6D1; text-decoration: none; text-align:center; }
#moodBox  ul li a:hover     { color: #FB6800; text-decoration: none; text-align:center; }

/* Promo View
 * May be possible to use display: none; propery to hide headers & footers,
 * at the display level, rather then hide the header & footer at the code level
---------------------------------------------------------------------------------*/
#promoView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 700px;
	padding: 10px;
	border: thin;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	/*background-color: #EFF5FC;*/
}
#promoView .subHeading {
	font-weight: bold;
	font-size: 1.0em;
	margin-top: .8em;
}
#promoView .promoLogo {
	display: block;
	margin-top: 1em;
}
#promoView .promoName {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	line-height:1.3em;
	margin-top: 1.5em;
}
#promoView .promoDescription {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	margin-top: .5em;
	margin-bottom: .5em;
}
#promoView .promoPrice {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin-top: .5em;
	margin-bottom: .5em;
}
#promoView .promoEndDate {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	margin-top: .5em;
	margin-bottom: .5em;
}
#promoView HR {
/*	height: 1px;
	color: 1BA6D1;*/
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;

}

/* Spa View
 * May be possible to use display: none; properly to hide headers & footers,
 * at the display level, rather then hide the header & footer at the code level
---------------------------------------------------------------------------------*/
#spaView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 700px;
	padding: 10px;
	border: thin;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	/*background-color: #EFF5FC;*/
}
#spaView .subHeading {
	font-weight: bold;
	font-size: 1.0em;
	margin-top: .8em;
}
#spaView .spaLogo {
	display: block;
	margin-top: 1em;
}
#spaView .spaName {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	line-height:1.3em;
	margin-top: 1.5em;
}
#spaView HR {
/*	height: 1px;
	color: 1BA6D1;*/
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-x;
}

/* Print Button
-------------------------------------------------*/
.printButton {
	white-space:nowrap;
	float: left;
	display: block;
	width: 8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style:normal;
	color: #FFFFFF;
	line-height: 2em;
	letter-spacing: .05em;
	background-color: #3366FF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right:1em;

}
.printButton a			{ display: block; text-decoration: none; text-align:center; background-color: #1BA6D1; font-family: Arial, Helvetica, sans-serif;}
.printButton a:link		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.printButton a:visited		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.printButton a:active		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.printButton a:hover		{ font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; background-color: #FB6800 }


/* Special feature highlights
-------------------------------------------------*/
.newFeature{
  vertical-align: super;
	font-size: .7em;
	color: #FF0000;
	background-color:#FFFF00;
}
#bannerBox {
	text-align:center;
}
#maintenanceMessage {
	text-align: center;
	font-weight:bold;
	color: #000000;
	background-color:#FB6800;
}

.voucher-content {
  margin: 0 auto 20px;
	/* color: #ffffff;*/
  text-align: left;
  /*background: #e7e3e3;*/
  border:1px solid #BCB1B1;
	width: 90%;
}

.voucher-bar {
  border-bottom:1px solid #BCB1B1;
	font-weight: bold;
	letter-spacing: 0.8em;
	word-spacing: 1em;
	padding: 0.5em;
	text-align: center;
	background: #e7e3e3;
}

.voucher-logo {
	margin: 1em;
	float: left;
	padding-top: 2em;
	text-align: right;
	/*border:1px solid #BCB1B1;*/
}

.voucher-text {
	margin: 1em;
	font-size: 0.8em;
	/*border:1px solid #BCB1B1;*/
}

.voucher-totallyspaWrapper {
	clear: left;
	}

.voucher-totallyspalogo {
	width:50%;
	float:left;
	text-align:right;
	}

.voucher-totallyspaurl {
	line-height:2.5em;
	font-size:0.8em;	}

.bgform {
    /*margin: 0 auto 20px;*/
    /* color: #ffffff;*/
    /*background-color: rgb(224,240,240);*/
    background-color: #E0F0F0;
    /*border:1px solid #BCB1B1;*/
    margin: 1em 11.5em 0em 2em; /* top right bottom left*/
    padding: 1em;
    font-size: 0.9em;
}

.Go {
    /*background-color: rgb(101,153,205);*/
    background-color: #6599CD;
		padding: 0.5em 0.9em 0.5em 0.9em;
		font-weight: bold;
		color: white;
}

.Go a							{ text-decoration: none; color: white }
.Go a:link				{ text-decoration: none; color: white ; font-weight: bold }
.Go a:visited			{ text-decoration: none; color: white ; font-weight: bold }
.Go a:active			{ text-decoration: none; color: white ; font-weight: bold }
.Go a:hover				{ text-decoration: none; color: white ; font-weight: bold }
