h1 {
color: #FF0000;
text-align: center;
font-family: verdana, sans-serif;
font-size: x-large
}

h2 {
color: #FF0000;
text-align: center;
font-family: verdana, sans-serif;
font-size: medium
}

p {
color: #000000;
text-align: center;
font-family: verdana, sans-serif;
font-size: small
}

h3 {
color: #000000;
text-align: center;
font-family: verdana, sans-serif;
font-size: xx-small
}

body {
background-color: #FFFFFF
}

td {
padding: 10px, 10px, 10px, 10px;
font-family: verdana, sans-serif;
font-size: small
}

ul 
{
list-style-image: url('images/bullet_red.gif')
}

a {
font-family: verdana, sans-serif;
}

a:link {color: #FF0000; text-decoration: none}
a:visited {color: #FF0000; text-decoration: none}
a:hover {color: #000000; text-decoration: none}
a:active {color: #FF0000; text-decoration: none}

/* color codes:
black #000000
white #FFFFFF
red #FF0000
blue #0000FF
gray #C0C0C0 */

