 
<style>

{ margin: 0; padding: 0; }

/* * = = MAIN TABLE = = */

body {
	color: white;
}

.MainTableORIG {
background: rgba(255,255,255,0.5);
text-decoration: l;
font-family: verdana;
font-size: 20px;
}
.MainTableWhite {
background: rgba(255,255,255,0.8);
text-decoration: l;
font-family: verdana;
font-size: 20px;
}
.MainTable2 {
	background: rgba(0,0,0,0.8);
text-decoration: l;
font-family: verdana;
font-size: 20px;
color: white;
}
.MainTable {
	background: rgba(0,0,0,0.8);
text-decoration: l;
font-family: verdana;
font-size: 20px;
color: white;
}
	

/** OLD COLOR
a:link {
color: 0033ff;
font-weight: bold;
}
a:visited {
color: 0033ff;
font-weight: bold;
}
**/

a:link {
color: 34c9eb;
font-weight: bold;
}
a:visited {
color: 34c9eb;
font-weight: bold;
}

a:hover {
color: hotpink;
}
a:active {
color: 0099ff;
}

p{
    font-size: 120%;
}


/* * = = FOOTER = = */


.footer { 
	background-color: #000000; 
	text-align: center;
	color: FFFFFF;
}

.gallery_nav {
/*	background-color: #000000; */
	text-align: center;
	padding: 0px 0pt 0pt 0px; 
/*	height: 175px; */
	width: 100%;
}


a.foot:link {
color: green;
}
a.foot:visited {
color: green;
}
a.foot:hover {
color: hotpink;
}
a.foot:active {
color: 0099ff;
}

  
/* * = = Others = = */

.dreamcatcher {
font: verdana;
font-size: 24px;
font-weight: bold;
}

.products {
	font-family:verdana;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	color: white;
}

.opaqueTable {
background: rgba(255,255,255,0.7);
}

.SolidTable {
background: rgba(255,255,255,1);
}
  </style>