Basic styles
It's time to break out your CSS chops! Open the mytheme.css.dtml file and
add the following:
/* The basics */
body {
font: 69% Verdana, sans-serif;
background-color: White;
color: #7e7c7c;
margin: 0;
padding: 0;
}
Which gives us the following:
One step at a time, getting there eventually. :)

How to edit css.dtml files?
Kind regards,
D.