
body {
background-color : #ffffff;
}
TD, P, FONT, BODY, * {
font-family : Arial;
font-size : 11px;
color : #515151;
text-transform : none;
line-height : 16px;
text-align : justify;
}
b {
font-weight : bold;
color : #7f3536;
text-transform : none;
}
i {
font-size : 11px;
color : #f190a1;
text-decoration : none;
text-transform : lowercase;
}
u {
font-size : 11px;
color : #d88c67;
padding-top : 1px;
}
a:link, a:active, a:visited {
color : #8a393a;
text-decoration : none;
}
a:hover {
color : #ef98ae;
text-decoration : none;
border-bottom : 0 solid #d064b3;
}
blockquote {
color : #686868;
background-color : #ffffff; 
border-left : 8px solid #733132;
border-bottom : 1px solid #6c3b3c;
border-right : 1px solid #6c3b3c;
border-top : 1px solid #6c3b3c;
padding : 5px;
line-height : 18px;
}
h1 {
font-family : Arial;
font-size : 20px;
font-weight : bold;
color : #ffffff;
text-transform : uppercase;
line-height : 21px;
text-align : justify;
background-color : #672827;
text-align : left;
margin-top : 0;
margin-bottom : 0;
padding : 3px;
}
h2{
font-family : Arial;
font-size : 20px;
font-weight : bold;
color : #3f241a;
text-transform : lowercase;
line-height : 20px;
text-align : justify;
background-color : #e998ae;
text-align : left;
margin-top : 0;
margin-bottom : 0;
padding : 3px;
letter-spacing : -1px;
}
.content {
border-top : 0 solid #808080;
border-bottom : 0px solid #d3d3d3;
border-right : 0 solid #808080;
border-left : 0px solid #d3d3d3;
background-image : url('');
background-color : #f9f9f9;
background-repeat : no-repeat;
padding-right : 0px;
padding-left : 0px;
padding-top : 0px;
padding-bottom : 0px;
}
a.nav:link, a.nav:visited, a.nav:active {
text-decoration : none;
font-family : Arial;
font-size : 18px;
line-height : 12pt;
text-align : center;
color : #662626;
font-weight : bold;
background-color : #dbdbdb;
cursor : default;
display : block;
text-transform : lowercase;
padding : 2px;
border-left : 5px solid #d2556b;
border-right : 5px solid #d2556b;
border-bottom : 1px dotted #7d7d7d;
}
a.nav:hover {
text-decoration : none;
font-family : Arial;
font-size : 18px;
text-align : center;
line-height : 12pt;
color : #521919;
font-weight : bold;
background-color : #cdcdcd;
cursor : default;
display : block;
text-transform : lowercase;
padding : 2px;
border-left : 5px solid #b94257;
border-right : 5px solid #b94257;
border-bottom : 1px dotted #515151;
}