P  {
 font-size : x-small;
 font-family : 'Comic sans MS';
 font-weight : normal;
 font-style : normal;
 color : #000000;
 text-align : left;
 text-decoration : none;
}

H2  {
 font-size : medium;
 font-family : 'Comic sans MS';
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-decoration : none;
 text-align : left;
}

H3  {
 font-size : small;
 font-family : 'Comic sans MS';
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-decoration : none;
 text-align : left;
}

A  {
 font-size : x-small;
 font-family : 'Comic sans MS';
 font-weight : normal;
 font-style : normal;
 color : #0000FF;
 text-decoration : none;
 text-align : left;
}

A:Visited  {
 font-size : x-small;
 font-family : 'Comic sans MS';
 font-weight : normal;
 font-style : normal;
 color : #0000FF;
 text-decoration : none;
 text-align : left;
}

A:Active  {
 font-size : x-small;
 font-family : 'Comic sans MS';
 font-weight : normal;
 font-style : normal;
 color : #FF00FF;
 text-decoration : none;
 text-align : left;
}

A:Hover  {
 font-size : x-small;
 font-family : 'Comic sans MS';
 font-weight : normal;
 font-style : normal;
 color : #FF0000;
 text-decoration : none;
 text-align : left;
}

BODY  {
 background-color : #FFFFFF;
 position : relative;
 /* Note: inclusion of the above precludes rendering of a table in IE4 */
 overflow : scroll;
 visibility : visible;
}

H1  {
 font-size : large;
 font-family : 'Comic sans MS';
 font-weight : bold;
 color : #000000;
}