                 a:link  {
                 	font-size : 8pt;
                 	color : #9BB5EE;
                 	font-family : Arial;
                 	font-style : normal;
                 }
                 
                 a:visited  {
                 	font-size : 8pt;
                 	color : #9BB5EE;
                 	font-family : Arial;
                 	font-style : normal;
                 }
                 
                 a:active  {
                 	font-size : 8pt;
                 	color : #0000ff;
                 	font-family : Arial;
                 	font-style : italic;
                 }
                 
                 a:hover  {
                 	font-size : 8pt;
					color : #ffffff;
                 	text-decoration : underline;
                 }
                 
                 h1  {
                 	font-size : 20pt;
                 	font-family : Comic Sans MS,Arial Black;
                 	color : #8501ff;
                 	font-style : italic;
                 }
                 
                 h2  {
                 	font-size : 14pt;
                 	font-family : Comic Sans MS,Arial Black;
                 	color : #eeeeff;
                 	font-style : normal;
                 }
                 
                 h3  {
                 	font-size : 12pt;
                 	font-family : Comic Sans MS,Arial Black;
                 	color : #ddddff;
                 	font-style : normal;
                 	font-weight : bold;
                 }
                 
                 h4  {
                 	font-size : 10pt;
                 	font-family : Arial;
                 	color : #ccccff;
                 	font-style : normal;
                 }
                 
                 td,th  {
                 	color : #ccccff;
                 }
                 
                 p,li  {
                 	font-size : 8pt;
                 	font-family : Arial;
                 	color : #bbbbff;
                 	font-weight : normal;
                 	letter-spacing : 0.2mm;
                 	word-spacing : 0.8mm;
                 }
				 hr {
				    color : #bbbbff;
				 }
				 
