body {
background-color: #FFFFFF;
font-family: times, serif;
font-size: 14px;
color: #0033FF;
text-align: left;
} 

body.plain {
background-color: #FFFFFF;
font-family: times, serif;
font-size: 14px;
color: #0033FF;
text-align: left;
}  
 
h1 {
text-align: center;
background-color: #FFFFFF;
color: #0033FF;
padding: 0px
}
 
h2 {
text-align: center;
background-color: #FFFFFF;
color: #0033FF;
padding-top: 0px
}

h4 {
text-align: center;
background-color: #FFFFFF;
color: #0033FF;
padding-top: 0px;
font-size: 16px;
}

p {
font-size: 14px;
background-color: #FFFFFF;
color: #0033FF;
text-align: left;
}

p.center {
text-align: center;
}

p.right {
text-align: right;
}

p.courier {
text-align: center;
font-family: courier, monospace;
}

p.indent {
text-indent: 0;
}


p.colour {
background-color: #FFFFFF;
text-align: center;
color: #0033FF;
}

td {
font-size: 14px;
background-color: #FFFFFF;
color: #0033FF;
text-align: center;
}

ul {
font-size: 14px;
background-color: #FFFFFF;
color: #0033FF;
text-align: left;
}

li {
font-size: 14px;
background-color: #FFFFFF;
color: #0033FF;
text-align: left;
}

a {
text-decoration: none; 
font-weight: bold;
font-size: 14px;
}
 
a:link {
color: #9900ff;
background-color: #FFFFFF;
}

a:visited {
color: #cc33cc;
background-color: #FFFFFF;
}

a:active {
color: #0000ff;
background-color: #FFFFFF;
}

a:hover {
color: #0000ff;
background-color: #FFFFFF;
}






