Prostszy sposób (nie musisz doklejać class="jakaśklasa" do każdego linka")[xml:1:effdc169f9]<?xml version="1.0" encoding="iso-8859-2" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<style type="text/css">
<!--
a:link,
a:visited
{
color: #000;
text-decoration: underline;
}
a:hover,
a:active
{
color: #000;
text-decoration: none;
}
.content
{
width: 100%;
padding: 10px;
background-color: #000;
}
.content a:link,
.content a:visited
{
color: #FFF;
text-decoration: underline;
}
.content a:hover,
.content a:active
{
color: #FF0000;
text-decoration: overline;
}
//-->
</style>
<title>php.pl</title>
</head>
<body xml:lang="pl">
<p>
<a href="#">To jest zwykly link</a>
</p>
<div class="content">
<a href="?2">A to jest link w tresci

</a>
</div>
</body>
</html>[/xml:1:effdc169f9]