body
{
background: url('XXX') no-repeat fixed left;
font-family: verdana;
color : #941B93;
text-align:justify;
}
{
background: url('XXX') no-repeat fixed left;
font-family: verdana;
color : #941B93;
text-align:justify;
}
I'm using that code to try and change the font and font color for my whole page. But it's just not working. Did I do something wrong?