<style type="text/css">


html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, 
a {margin: 0; padding: 0; border: 0;} 


@viewport, @-ms-viewport
{zoom: 1.0;
width: extend-to-zoom}


img {max-width: 100%; height: auto;}



/*Code for link attributes*/


a:link {text-decoration: none;
background: rgb(154,202,247);
padding: 2px;
border-radius: 3px;
font-weight: bold;
color: rgb(38,10,56);
line-height: 1.5em;}

a:visited {text-decoration: none;
background: rgb(83,172,194);
padding: 2px;
font-weight: bold;
color: rgb(38,10,56);
line-height: 1.5em;}

a:hover {text-decoration: none;
background: rgb(130,131,212);
padding: 5px;
border: 1px solid rgb(90,142,191);
font-weight: bold;
color: rgb(37,25,83);
line-height: 1.5em;
-webkit-transition-duration: 0.2s; /* Safari */
transition-duration: 0.2s;}


a:active {text-decoration: none;
background: rgb(148,219,239);
padding: 5px;
border: 1px solid rgb(90,142,191);
font-weight: bold;
color: rgb(124,40,175);
line-height: 1.5em;}



.footnote a:link 
{text-decoration: none;
background: rgb(20,5,61);
padding: 2px;
font-weight: normal;
color: rgb(154,202,247);
line-height: 2.50em;}

.footnote a:visited 
{text-decoration: none;
background: rgb(9,5,63);
padding: 2px;
font-weight: normal;
color: rgb(83,172,194);
line-height: 2.50em;}

.footnote a:hover 
{text-decoration: none;
background: rgb(130,131,212);
padding: 5px;
border: 1px solid rgb(92,171,186);
font-weight: bold;
color: rgb(37,25,83);
line-height: 2.50em;}

.footnote a:active 
{text-decoration: none;
font-weight: bold;
padding: 5px;
border: 1px solid rgb(92,171,186);
font-weight: bold;
color: rgb(111,54,143);
background: rgb(148,219,239);
line-height: 2.50em;}


.left
{text-align:left;
float:left;}

.right
{float:right;
text-align:right;}

.centered
{text-align:center;}




/*Code for font attributes*/


.sitemap
{padding: 8px;
border: 5px solid rgb(35,26,101);
background: rgb(34,45,150);
background:url(bk47b.jpg);}



.italicbld
{font-weight: bold;
font-style: italic;
font-size: 1em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;}


.italic
{font-weight: normal;
font-style: italic;
font-weight: normal;
font-size: .85em;
line-height: 1.5em;
font-family: "new times roman", "times roman", serif;
color: rgb(147,164,237);}


.italic1
{font-weight: normal;
font-style: italic;
font-size: 1em;
font-family: "Book Antiqua", "Times Roman", serif;}


.italic2
{font-weight: normal;
font-style: italic;
font-weight: normal;
font-size: 1em;}


.italicsm
{font-weight: normal;
font-style: italic;
font-weight: normal;
font-size: .85em;}


.small
{font-weight: normal;
font-style: normal;
font-weight: normal;
font-size: .75em;
line-height: 1.25em;}


.smallhighlight
{background: rgb(181,170,250);
font-weight: normal;
font-style: normal;
font-weight: normal;
font-size: .75em;
line-height: 1.35em;}




.titles
{background: rgb(12,3,35);
padding: 10px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 3px solid rgb(74,56,142);
white-space: nowrap;}



/*Code for image attributes*/


.photoleft
{padding: 50px;
background-color:rgb(12,3,35);
float: left;}


.photoright
{padding: 50px;
background-color:rgb(12,3,35);
float: right;
clear: both;}



#clear
{padding: 15px;
clear: both;}


.photo
{padding: 20px;
background-color:rgb(20,9,68);
text-align: center;}





/*Link Footer*/

#linkfooter
{width: 95%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: rgb(0,0,82);
background:url(bk48.jpg);
padding-top: 25px;
padding-left: 35px;
padding-right: 35px;
padding-bottom: 15px;
border: 1px solid rgb(49,43,248);
font-weight: normal;
font-size: 1em;
line-height: 1.75em;
font-family: calibri, helvetica, sans-serif;
color: rgb(153,164,218);
text-align: left;
white-space: nowrap;
float: left;}


/*Caption - Drop-down Navigation Box*/

#menubox
{border-radius: 25px 25px 5px 5px;
width: 35%;
height: auto;
margin-top: 75px;
margin-left: 0px;
margin-right: auto;
margin-bottom: 400px;
background: rgb(2,2,53);
background:url(bk48.jpg);
padding-top: 25px;
padding-left: 25px;
padding-right: 20px;
padding-bottom: 25px
font-weight: normal;
font-style: italic;
font-size: .95em;
line-height: 1.50em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(184,196,286);
text-align: left;}




/*Navigation Bar*/


/*Dropdown Button*/
.dropbtn 
{width: 150px;
background-color: rgb(181,170,250);
color: rgb(24,17,70);
padding: 20px;
font-size: 1em;
border: none;
cursor: pointer;}


/*The container <div> - needed to position the dropdown content*/
.dropdown
{position: relative;
float: left;}


/*Dropdown Content (Hidden by Default)*/
.dropdown-content 
{display: none;
position: absolute;
background-color: rgb(24,17,70);
font-family: verdana, helvetica, sans-serif;
font-size: .90em;
line-height: 1em;
color: rgb(181,170,250);
min-width: 150px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;}


/*Links inside the dropdown*/
.dropdown-content a 
{color: rgb(24,17,70);
padding: 12px 16px;
text-decoration: none;
display: block;}


/*Change color of dropdown links on hover*/

.dropdown-content a:hover 
{background-color: rgb(171,164,255);}


/*Show the dropdown menu on hover*/
.dropdown:hover .dropdown-content 
{display: block;}



/*Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn 
{background-color: rgb(149,155,253);}



#navspace
{width: 100%;
height: auto;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
clear: left;}










table.cid
{width: 95%; padding: 10px; border: none;}

table.cid td
{font-weight: normal; font size: 1.25em; font-family: helvetica, sans-serif;
background-color: rgb(0,0,82); background:url(bk48.jpg); vertical align: middle; padding: 50px; border: none;}

table.cid tr.special td
{font-weight: bold; font size: 1.25em; font-family: helvetica, sans-serif;
color: rgb(184,196,286);
border: 1px solid rgb(147,164,237);
background-color: rgb(0,0,82); vertical align: middle;
background:url(bk48.jpg);
padding: 15px;}





/*Corals ID Index*/

#cidcontents
{width: 95%;
height: auto;
background: rgb(6,2,27);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(6,2,27);
position: relative;
text-align: center;}


#cidtitle 
{width: 90%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(2,2,53);
background:url(bka5.jpg);
padding-top: 75px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 75px;
border-bottom: 1px solid rgb(147,164,237);
font-weight: bold;
font-variant: small-caps;
font-size: 2.65em;
line-height: 2.25em;
font-family: "Book Antiqua", "times roman", serif;
color: rgb(176,193,238);
text-align: left;}


#cidmain1
{width: 90%;
height: auto;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
background: rgb(12,3,35);
padding-top: 75px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
border-bottom: 1px solid rgb(147,164,237);
font-weight: normal;
font-size: 1.50em;
line-height: 1.65em;
font-family: verdana, helvetica, sans-serif;
color: rgb(153,164,218);
text-align: left;}



#cidmain2
{width: 90%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
background: rgb(12,3,35);
padding: 50px;
border-bottom: 1px solid rgb(147,164,237);
font-weight: normal;
font-variant: small-caps;
font-size: 1.5em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



.cidindex
{background: rgb(35,26,101);
padding: 5px;}


#cidlinkheader 
{width: 90%;
height: auto;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
background: linear-gradient(to right, rgba(124,149,248,0), rgba(124,149,248,1));
padding-top: 25px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 25px;
border-top: 1px solid rgb(58,59,160);
border-bottom: 1px solid rgb(58,59,160);
font-weight: bold;
font-variant: small-caps;
font-size: 1.25em;
line-height: 1em;
font-family: "Book Antiqua", "times roman", serif;
color: rgb(214,225,230);
text-align: left;}


#cidlinks
{width: 90%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Assorted Hard Corals*/

#hcoralscontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#hcoralstitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}




#hcoralsmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#hcoralslinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}





/*Soft Corals*/

#scoralscontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#scoralstitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#scoralsmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding-top: 75px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#scoralslinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Blasto*/

#blastocontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#blastotitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#blastomain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding-top: 0px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}




#blastolinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Brains*/

#brainscontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}

#brainstitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#brainsmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#brainslinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Bubbles*/

#bubblecontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#bubbletitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#bubblemain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#bubblelinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Carnations*/

#carncontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#carntitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 75px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}




#carnmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#carnlinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Caulastrea*/

#caulacontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#caulatitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 3px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#caulamain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#caulalinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Cynarina*/

#cynarcontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}


#cynartitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#cynarmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#cynarlinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Euphyllia*/

#euphcontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}

#euphtitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#euphmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#euphlinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Finger Leathers*/

#flcontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}


#fltitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#flmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#fllinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}





/*Fox - Elegant*/

#fecontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#fetitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#femain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#felinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Lemnalia*/

#lemcontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}


#lemtitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#lemmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#lemlinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Montipora*/

#montcontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#monttitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 0px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#montmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#montlinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*SPS*/

#spscontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#spstitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#spsmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#spslinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Assorted Leathers*/

#lthrcontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#lthrtitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#lthrmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#lthrlinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Pagoda*/

#pagodacontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#pagodatitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#pagodamain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#pagodalinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Plate*/

#platecontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#platetitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}



#platemain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#platelinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}



/*Sarcophyton*/

#sarcocontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}



#sarcotitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#sarcomain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#sarcolinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}


/*Non-Stony Hard*/

#nscontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}


#nstitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#nsmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}


#nslinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}




/*Acropora*/


#accontents
{width: 98%;
height: auto;
background: rgb(12,3,35);
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid rgb(20,9,68);
position: relative;
text-align: center;}


#actitle 
{width: 80%;
height: auto;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background: rgb(12,3,35);
padding-top: 100px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
border: none;
font-weight: normal;
font-style: italic;
font-size: 2.65em;
line-height: 2.25em;
font-family: "times roman", serif;
color: rgb(163,159,250);
text-align: left;}


#acmain
{width: 80%;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
background: rgb(12,3,35);
padding: 30px;
border: none;
font-weight: normal;
font-size: 1.75em;
line-height: 1.5em;
font-family: helvetica, sans-serif;
color: rgb(163,159,250);
text-align: left;}



#aclinks
{width: 85%;
height: auto;
background: rgb(6,2,27);
margin-left: auto;
margin-right: auto;
padding: 50px;
border: none;
font-weight: normal;
font-size: 1.35em;
line-height: 1.5em;
font-family: "Book Antiqua", "Times Roman", serif;
color: rgb(163,159,250);
text-align: left;}


</style>