body { 
background-color: #8fdfea; 
cursor: default;
margin: 0px auto;
}

#bnr { 
position: absolute; 
top: 0px; 
left: 0px;
}

#cont { 
position: absolute; 
top: 0px; 
left: 400px;
background-color: #f5f5f5;
border-radius: 25px;
color: #909090;
font-family: 'Open Sans', sans-serif;
font-size: 13px; 
letter-spacing: 0.5pt;
line-height: 200%;
margin: 20px;
padding: 20px;
text-align: justify; 
width: 550px;
}

#nav { 
font-family: 'Sacramento', cursive;
font-size: 36px;
line-height: 150%;
padding: 0px 0px 10px 0px;
text-align: center;
}

#nav a:link, #nav a:visited {
border: none;
opacity: 0.7;
}

#nav a:hover {
opacity: 1.0;
}

.head { 
color: #5cd8eb;
font-family: 'Sacramento', cursive;
font-size: 36px;
line-height: 22px;
padding-left: 10px;
text-align: left;
text-shadow: 2px 2px 1px #ffffff;
text-transform: lowercase;
}

p {
text-indent: 10px;
}

p.center {
text-align: center;
text-indent: 0px;
}

p.right {
text-align: right;
text-indent: 0px;
}

b {
color: #5d8aa8;
}

i {
color: #b284be;
}

a:link, a:visited { 
border-bottom: 1px dotted #e9e9e9;
color: #45c0d3;
text-decoration: none; 
transition: all 0.5s ease-out;
}

a:hover { 
color: #a1a1a1; 
cursor: crosshair;
}

.info {
border-bottom: 1px dotted #e9e9e9;
color: #8a8a8a;
}

img { 
border: none;
padding: 3px;
}

#foot { 
border-top: 1px dotted #e9e9e9;
font-size: 11px; 
line-height: 150%;
padding: 10px 0px 0px 0px;
text-align: center; 
}

#foot a:link, #foot a:visited, #foot a:hover, 
#affy a:link, #affy a:visited {
border: none; 
}

.x-border, .x-border:hover { 
background-color: transparent;
border: none; 
padding: 0px;
}

#s-m-t-tooltip {
background-color: #f5f5f5;
border: 1px dotted #e9e9e9;
color: #808080;
display: block;
font-family: 'Playfair Display', serif;
font-size: 9px;
letter-spacing: 0.5pt;
line-height: 150%;
margin: 10px 0px 0px 10px;
padding: 3px 7px;
text-align: center;
min-width: 10px;
max-width: 150px;
z-index: 9;
}

::selection { 
background-color: #8fdfea;
color: #707070;
}

::-moz-selection { 
background-color: #8fdfea;
color: #707070;
}