![]() |
| | #1 (permalink) |
| Guest
Posts: n/a
| Code: <style type="text/css">
}
body a:link
{
color: #B3B395;
}
body a:visited
{
color: #B3B395;
}
body a:hover, body a:active
{
color: #B3B395;
text-decoration: none;
}
</style>
Code: body a:link
{
color: #B3B395;
Code: body a:visited
{
color: #B3B395;
Code: body a:hover
{
color: #B3B395;
text-decoration: none;
}
|
|