Hi, a bit late but better late than never!
For the font:
locate body { in your CSS style sheet
insert the following:
font-family: arial (or whatever font you want)
eg:
body {
color: #444;
margin: 0 auto;
font-size: 14px;
padding: 0;
background: #000000;
font-family: arial
}
For the surrounding area, i assume you mean the background. If so, change the hex code next to background above to your desired colour.
Enjoy