<style>       dummy {}
              A:Active  {
                font-weight:bold
              	color : #666666;
              }
              
              A:Hover  {
                font-weight:bold
              	color : #666666;
              }

			  BODY{
			    font-family : sans-serif;
                font-style : normal;
              	font-size : 16px;
              	line-height : 22px;
			  }

              h1  {
              	font-weight : bold;
              	color : #666666;
              	font-size : 24px;
              	line-height : 28px;
              }
              h2  {
              	font-weight : bold;
              	color : #666666;
         	  	border-bottom : 1px solid #666666;
                padding : 30px 0px 0px 0px;
              	margin : 0px 0px 10px 0px;
			          	font-size : 20px;
              	line-height : 28px;
              }
              li  {
              	text-decoration : none;
              }
              p  {
              	text-decoration : none;
              }
              </style>
