.strip:visited
{
color: #4DE0FF;
text-decoration: none;
}
.strip:hover
{
color: white;
text-decoration: underline;
}
.strip:link
{
color: #4DE0FF;
text-decoration: none;
}
.usual:visited
{
color: blue;
text-decoration: underline;
}
.usual:hover
{
color: red;
text-decoration: underline;
}
.usual:link
{
color: blue;
text-decoration: underline;
}
body
{
background-color: #D6D6AD;
font-family: arial;
font-size: 50%;
z-index: 1;
}
div.main
{
color: black;
font-family: arial;
font-size: 180%;
text-align: left;
position: absolute;
left: 0px;
top: 85px;
height: auto;
width: 1000px;
margin-left: 60px;
margin-top: 20px;
z-index: 9;
}
div.container{
float: left;
position: relative;
height: auto;
width: auto;
z-index: 10;
}
div.left
{
float: left;
position: relative;
height: auto;
width: auto;
margin-top: 20px;
z-index: 11;
}
div.right
{
position: relative;
height: auto;
width: auto;
margin-top: 20px;
margin-left: 240px;
z-index: 12;
}
div.flowta
{
background-color: blue;
font-size: 180%;
position: absolute;
left: 435px;
top: 85px;
height: 536px;
width: 365px;
z-index: 7;
}
img.logo_home
{
position: absolute;
left: 58px;
top: 26px;
height: 26px;
width: 377px;
z-index: 6;
}
img.fern_bottom
{
position: absolute;
left: 800px;
top: 85px;
height: 536px;
width: 365px;
z-index: 8;
}
img.fern_top
{
position: absolute;
left: 876px;
top: 0px;
height: 60px;
width: 344px;
z-index: 13;
}
p.copyright{
position: relative;
margin-top: 100px;
margin-bottom: 50px;
text-align: left;
font-size: 10px;
}
p.entry{
font-size: 12px;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
width: auto;
}
table.home_top
{
background-color: #DEDEDE;
position: absolute;
left: 0px;
top: 0px;
height: 60px;
width: 103%;
z-index: 3;
}
table.home_middle
{
background-color: #4F4F4F;
border-color: white;
border-style: solid;
border-top: 1px;
border-bottom: 1px;
border-left: 0px;
border-right: 0px;
position: absolute;
left: 0px;
top: 60px;
height: 25px;
width: 103%;
z-index: 4;
}
table.home_links
{
color: #4DE0FF;
font-family: arial;
font-size: 140%;
text-align: justify;
background-color: #4F4F4F;
border-color: white;
border-style: solid;
border-top: 1px;
border-bottom: 1px;
border-left: 0px;
border-right: 0px;
position: absolute;
left: 58px;
top: 60px;
height: 25px;
width: 90%;
z-index: 5;
}
td.fit{
margin-top: 4px;
margin-bottom: 4px;
padding-right: 15px;
}