body {
background-color: #FFFFFF;
}
b{color: #550560;}
i{color: #550560;}
u{color: #c15acc; border-bottom: 1px #550560 solid;}
h1 {
background-color:#c8093b;
font-color: #ffffff;
font-size: 13px;
text-align:center;
font-family: georgia;
letter-spacing: 3px;
}
h2 {
background-color: #c8093b;
font-color:#ffffff;
font-size: 13px;
text-align:right;
font-family:georgia;
letter-spacing:3px;
}
h3 {
background-color: #eb2f94;
color: #000000;
font-size: 11px;
text-align: left;
font-family: arial;
letter-spacing: 2px;
}
.content {
bgcolor: #FFFFFF;
font-color: #000000;
font-size: 10px;
font-family: verdana;
}
a:link, a:visited, a:active{
color:#000000;
font-size: 10px;
font-family: verdana;
letter-spacing: 1px;
text-transform: normal;
}
a:hover
{
color:#ee3aa4;
font-size: 10px;
font-family: georgia;
letter-spacing: 0px;
text-transform: normal;
}
a.navi, a.navi:active, a.navi:visited, a.navi:link {
display: block;
background-color: #c8093b;
color: #550560;
font-family: verdana;
letter-spacing: 1px;
text-align: center;
border-bottom: #ab08bd dashed 1px;
}
a.navi:hover {
display: block;
background-color: #eb2f94;
color: #550560;
font-family: georgia;
letter-spacing: 0px;
text-align: center;
}
a.linkopacity img {
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}