BODY {
margin: 0px;
background-color: #F4E2EE;
background-image: url(images/bg11.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
font-size: 12px;
text-align: center;
}

a:link { 
color: #000099;
text-decoration: none;
}
a:visited { 
color: #000099;
text-decoration: none;
}
a:hover { 
color: #FF0080;
}

.main {
color: #000000;
background-color: #ffffff;
font-size: 12px;
text-align: center;
}

.lnk {
color: #000000;
font-size: 12px;
text-align: center;
}

.pink {
color: #FF33FF;
font-weight:bold;
}