/* CSS for Acrofobia */

<style type="text/css">

/* Style of Links*/

a:link { color: #957451; text-decoration: none;}

a:visited { color: #ffd394; text-decoration: none; }

a:hover { color: #ffd394; text-decoration: underline; }

a:active { color: #ffd394; text-decoration: underline;}

/* Style of the body and all the rest :P*/

Body {

 background:#000000;

 color:#957451;

 Font-Family: Arial; Font-Size: 14px;

}

</style>