/* Colour choices are first for easy changing */
H1, H2, H3, H4, H5, H6, BODY, TD, HR, P {color:#FF0000;}
BODY {background-color:#FFFFFF;}
A {color:#0000FF;}
A:active {color:#0000FF;}
A:visited {color:#551A8B;}
A:hover {color:#00CC00;}
 
/* Now the general font sizes */
BODY, TD, P {font-size:14pt;}

/* Heading Special items */
H1, H2, H3, H4, H5, H6 { font-style:italic; text-align:center; }
H1 {font-size:36pt; }
H2 {font-size:24pt; }
H3 {font-size:18pt; }

/* Paragraph special items */
P { text-indent:2cm; font-size:14pt; }  
P.ni {text-indent: 0%;}
P.bigger {font-size:16pt;}
P.biggest {font-size:18pt;}
P.smaller {font-size:12pt;}
P.smallest {font-size:10pt;}

/* Misc special items */
TD.small {font-size:11pt; }
HR { size:5; align:center; }
