Livejournal Links and Text

This is if you want the customize the links and text. It's the same as any CSS.

1 In between the GLOBAL_HEAD tags, add the following: <style type="text/css">
<!--
A:link
{text-decoration: none; color:COLOR;}
A:visited
{text-decoration: none; color:COLOR;}
A:visited
{text-decoration: none; color:COLOR;}
A:active
{text-decoration: none; color:COLOR;}
A:hover
{text-decoration: none; color:COLOR;cursor:CURSOR}

body,tr,td
{font-size: 8pt;
font-family:FONT;
color:COLOR;
line-height:12px;
letter-spacing:0pt}
-->
</style>
2 Edit what you need :P