body {
background-color: #545454;
background-attachment:scroll;
background-repeat:repeat;
background-position: top left;
text-align: justify;
font-family:arial;
}

p { 
color: #729dcd; 
font-size: 7pt;
} 

a:link {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #729dcd;
}
a:visited {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #729dcd;
}
a:active {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #729dcd;
}
a:hover {
font-size: 7pt;
text-decoration:none;
text-transform:uppercase;
font-weight: bold;
font-family: trebuchet ms;
color: #ff96b1;
}

::-moz-selection {
background: #729dcd; color: #ffffff;
} 
::selection {
background: #729dcd; color: #ffffff;
} 

..bottomright
{
position: absolute;
top: 100%;
top-margin: -2em;
}