A very bug site :OWhat is that?
Hmm, then learn CSS and HTML before trying to edit, Are you kidding? Can't you add a class to an element and a css formula to a css file?A very bug site :O
// html
<table class="something">
....
</table>
// css
.something {
color: red; /* color is used for text color. */
}