@charset "utf-8";
/* CSS Document */

body {background:transparent; margin:0; padding:0; }

p {
color:#FFFFFF;
font-family:Arial,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-1px;
line-height:normal;
margin:0px 0px 0px 0px;
text-align:center;
padding-top:7px;
padding-left:50px;/* arbitary value - used for initial launch of site to make login text appear somewhat more centralised */
}

a:link {color: #CCC; text-decoration:none;}     /* unvisited link */
a:visited {color: #CCC; text-decoration:none;}  /* visited link */
a:hover {color: #FFFFFF; text-decoration:underline;}   /* mouse over link */
a:active {color: #FFFFFF; text-decoration:none;}   /* selected link */
