take a look at
this thread just add a few things to the stylesheet, like:
Code:
.red{
background-color:#FF0000;
color: #FFFFFF;
border:1px #000000 solid;
}
.white{
background-color:#FFFFFF;
color: #000000;
border:0px #FFFFFF solid;
} There are many things you can set in css a few things comes to mind like font-size, font-family, padding-[top|left|right] text-decoration, etc.
You might wanna read the
full css description