H1
        {               
                font-family: 'Trebuchet MS', 'Arial', 'Sans-Serif';
                font-style: bold;
                font-weight: bold;
                font-size: xx-large;
                color: #0000ff;
                text-align: left;
                position: relative;
                }
                
                H2
        {               
                font-family:  'Comic Sans MS', 'Arial', 'Sans-Serif';
                font-weight: bold;
                font-size: x-large;
                color: #0000ff;
                }
                
               H3
        {               
                font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
                font-weight: bold;
                font-size: large;
                color: #0000ff;
                }

       H4 { 	font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
	   			color: #0000ff;
	        	font-weight: bold;
			 	font-size: medium; } 

        H5
        {               
                font-family: 'Trebuchet MS', 'Comic Sans MS', 'Arial', 'Sans-Serif';
                font-weight: bold;
                font-size: medium;
                color: #0000ff;
                }
                
                A {
                        font-family: Arial;
                        font-weight: bold;
						font-size: x-small;
                        color: #ffffcc;
                        text-decoration: underline;
                        position: relative;
                }
                
                A:LINK {
                        font-family: 'Comic Sans MS';
						font-size: x-small;
                        font-weight: bold;
                        color: #339966;
                        text-decoration: underline;
                        position: relative;
                }
                
                A:VISITED {
                        font-family: 'Comic Sans MS';
                        font-weight: bold;
						font-size: x-small;
                        color: 000099;
                        text-decoration: underline;
                        position: relative;
                }
				
				A.smLinks {
				      	 font-family: 'Arial';
                         font-size: 8pt;
                         color: 000099;
                         text-decoration: underline;
                         position: relative;
						}
				.smLinks:visited {
				      	 font-family: 'Arial';
                         font-size: 8pt;
                         color: 339966;
                         text-decoration: underline;
                         position: relative;
						}
                
                B {
                        font-family: Arial;
                        font-weight: bold;
                        color: #800000;
                        position: relative;
                }
                
                I {
                        font-family: Arial;
                        font-weight: bold;
                        font-style: italic;
                        position: relative;
                }
                
                LI  {
                        font-family: Arial;
                        font-size: medium;
                        color: #000080;
                        position: relative;
                }
                
                P {
                        font-family: Arial;
                        font-size: medium;
                        color: #000080;
                        position: relative;
                }
                
                TD {
                        font-family: sans-serif;
                        font-size: small;
                        background: ;
                }
                
                TH {
                        font-family: sans-serif;
                        font-size: medium;
                        font-weight: bold;
                        color: #FF0000;
                        background: #FFFF00;
                        text-align: center;
                        position: relative;
                }
                
                PRE {
                        font-family: monospace;
                        font-size: medium;
                        background: #CCFFFF;
                        position: relative;
                        left: 1cm;
                }
                
                .first {
                        border-top: ridge;
                        border-left: ridge;
                        position: relative;
                }
                
                .last {
                        border-bottom: ridge;
                        border-right: ridge;
                }
                
				



