/* CSS basic */ html {} body { font-family:Arial, Verdana, Helvetica, sans-serif; font-size:100.01%; } h1, h2, h3, h4, h5 { font-size: 150%; font-weight: lighter;} h6 { font-size: 70%; font-weight: lighter; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; }