h1
{
color: #33e;
font-family: arial, helvetica, sans-serif;
font-size: 20pt;
}

h2
{
color: #008;
font-family: arial, helvetica, sans-serif;
font-size: 16pt;
}

h3
{
color: #800;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
}

a:visited, a:link
{
color: red;
}
a:active
{
color: #000;
background-color: #fff;
}
a:hover
{
color: white;
background-color: red;
}

body
{
background-image: url(bg.grid.jpg);
}

table
{
margin-left: auto;
margin-right: auto;
background-color: #ccc;
}