/* Lasotell Standard Stylesheet */
/* For navigation pages */
BODY {
color: #00ffff;
background-color: #000000;
background-image: url(page_elems/deep_space.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

A:link {color: #ff00ff; text-decoration: none;}
A:active {color: #ff0000; text-decoration: none;}
A:visited {color: #c0c0c0; text-decoration: none;}
A:hover {color: #00ff00; text-decoration: none;}

