Hi!
I have Pilcrow. I am having trouble changing my font size, color, alignment, etc. The css below passes validation on http://jigsaw.w3.org/css-validator/ but only the link colors change when I view my site - nothing having to do with any text changes. Can you give me any advice?
:link {
color:rgb(40,92,178);font-size:12px;
}
:visited {
color:rgb(85,26,139);font-size:12px;
}
a:active {
color:rgb(255,0,102);
}
a:hover {
color:rgb(153,0,102);font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
font-family:verdana;
}
p {
font-family:verdana;
font-size:12px;
}
The blog I need help with is x-evolutionist.com.