This webpage is styled using CSS. Content (the stuff you're reading) and Style (how the content looks) are completely seperate.
This is a copy of the CSS code:
body {
background-color: #112244;
text-align:center;
background-image:url(grad.jpg);
background-repeat: repeat-x;
}
#contain{
background-color:#ffffff;
width:750px;
text-align:left;
margin:0px auto;
border:1px solid #cc9900;
padding:10px;
}
h1 {
font-family: 'book antiqua', 'palatino linotype', 'times new roman', serif;
font-size: 35px;
color: #333366;
font-weight: bold;
}
.main
{
font-family: 'trebuchet ms', verdana, arial, sans-serif;
font-size: 14px;
line-height: 24px;
color: navy;
}