html, body      { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #FFF; }

#title_img      { width: 559px; height: 152px; background-image: url('../title.jpg'); background-repeat: no-repeat; }
.prev_pic       { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; filter: alpha(opacity=85); -moz-opacity: 0.85; -khtml-opacity: 0.85; opacity: 0.85; }

#content        { width: 685px; height: auto; border: 3px solid #CE1C74; background-color: #F9E6EF; padding: 20px 30px 20px 20px; }

a:link          { color: #CE1C74!important; text-decoration: none!important; }
a:hover         { color: #E7519A!important; text-decoration: underline!important; }
a:active        { color: #E7519A; text-decoration: none; }
a:visited       { color: #CE1C74; text-decoration: none; }