I think this might seem like an extremely basic question but I just cant figure out how to change the font size of the body (or post) copy. I think my css is pretty messed upp. Even though it looks like this
body {
background:#FFFFFF;
color: #808080;
font-size:20pt;
font-family:georgia, times, serif;
line-height:120%;
}
The font size doesn't response to it. The background, font color, family etc works, it's just the font size.
My work in progress website is up at http://www.projektblog.info if you want to have a look.
Can anyone help me?