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

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

              h1  {
              	font-weight : bold;
              	color : #ffcc66;
              	font-size : 24px;
              	line-height : 28px;
              }
              h2  {
              	font-weight : bold;
              	color : #ffcc66;
              	font-size : 20px;
              	line-height : 28px;
              }
              li  {
              	text-decoration : none;
              }
              p  {
              	text-decoration : none;
              }
              </style>