body {
color: #7b4d81; 
font: 8pt trebuchet ms;
SCROLLBAR-FACE-COLOR: #F9EFF1;
SCROLLBAR-HIGHLIGHT-COLOR: #F9EFF1;
SCROLLBAR-SHADOW-COLOR: #F9EFF1;
SCROLLBAR-3DLIGHT-COLOR: #F5CDE0;
SCROLLBAR-ARROW-COLOR: #F5CDE0;
SCROLLBAR-TRACK-COLOR: #F5CDE0;
SCROLLBAR-DARKSHADOW-COLOR: #F5CDE0;
SCROLLBAR-BASE-COLOR: #F9EFF1;
text-align: left; 
line-height: 10px;
}

a:link, a:active, a:visited {
color: #ee7793;
text-shadow: 1px 1px 1px #e9bdbe;
text-decoration: none;
text-transform: uppercase;
}

a:hover {
color: #aabb94;
text-shadow: 1px 1px 1px #d5e2a3;
text-decoration: none;
text-transform: uppercase;
}

a img {
background-color: #aabb94;
border-right: 3px solid #d5e2a3;
border-bottom: 3px solid #d5e2a3;
border-top: 0px solid #dfd2c1;
border-left: 0px solid #dfd2c1;
padding: 4px;
margin: 2px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px; 
border-radius: 6px;
}

a:hover img {
background-color: #ee7793;
border-right: 3px solid #e9bdbe;
border-bottom: 3px solid #e9bdbe;
border-top: 0px solid #dfd2c1;
border-left: 0px solid #dfd2c1;
}

blockquote {
width:340px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
text-align: left;
background-color: #d5e2a3;
border-left: 10px solid #aabb94;
margin-left: 0.5em;
padding: 5px;
text-align: justify;
}

b, strong {
color: #eb628c;
font-size:11px;
text-transform: uppercase;}