/* Colour choices are first for easy changing */
H1{color:#10a5fe;}
H2, H3{color:yellow;}
H4{color:red;}
BODY, TD, HR, P {color:white; font-size:14pt; background-color:black;}
A {color:#10a5fe;}
A:active {color:red;}
A:visited {color:#8080ff;}
A:hover {color:#00ff00;}

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

/* Paragraph special items */
P { text-indent:0cm;}  
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; }
DIV {margin-left:1cm;}

