# Vmaste (03.11.2013 / 21:20)
подскажите пожалуйста где задать в css цвет текста и ссылок по всему сайту джон 5.1
body {
color: #444444;
}
a:active {
color: #333333;
text-decoration: underline;
}
a:hover {
color: #333333;
text-decoration: none;
}
a:link, a:visited {
color: #333333;
text-decoration: underline;
}