body { -webkit-text-size-adjust: none; font-size: 100%; font-family: Verdana, Arial, Tahoma, sans-serif; margin: 0; padding: 0; border: 0; background: #fff; }
header { display: block; width: 100%; height: 80px; background: #fff; border-bottom: 1px solid #000; font-size: 170%; line-height: 80px; font-weight: bold; position: fixed; color: #000000; text-align: center; }
header a { position: fixed; left: 0; top: 0; text-decoration: none; color: #606060;  padding-left: 20px;}
ul { display: block; padding: 0; margin: 0; padding-top: 70px; }
ul a li { display: block; width: 100%; border-bottom: 1px solid #b9b9b9; border-top: 1px solid #f7f7f7; background: #ebebeb; }
ul li h2 { font-size: 150%; line-height: 170%; font-weight: normal; padding-top: 2px; padding-bottom: 2px; padding-left: 10px; color: #000000; }
ul li h3 { font-size: 150%; line-height: 170%; font-stretch: 50%; font-weight: normal; padding-top: 0px; padding-bottom: 0px; padding-right: 10px; color: #C0C0C0; }
a { text-decoration: none; }
table { border: 0px; border-spacing: 0px; padding: 0px;}
p { font-size: 150%; line-height: 170%; font-weight: normal; margin: 80px 0 0; padding: 15px; color: #000000; }

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
