/* Define general document type size for both BODY and TABLE */

body{
background-color:white;
font-style:normal;
font-size:9pt;
color:black;
}

table{
font-style:normal;
font-size:9pt;
color:black;
}

/* Now define the size of various header elements */

h1{
font-style:normal;
font-size:25pt;
color:blue
}

h2{
font-style:normal;
font-size:20pt;
color:red
}

h3{
font-style:normal;
font-size:15pt;
color:black
}

h4{
font-style:normal;
font-size:9pt;
color:black
}

/* To catch anything else, let's define a class */

all.default{
font-style:normal;
font-size:9pt;
}



