1/* 2 * Noser signature html output v$version$ 3 */ 4 5/* default link style*/ 6a.default:link {color: blue; text-decoration: none} 7a.default:hover {color: blue; text-decoration: underline;} 8a.default:visited {color: blue; text-decoration: none} 9 10/* discreet link style */ 11a.discreet:link {color: black; text-decoration: none} 12a.discreet:visited {color: black; text-decoration: none} 13a.discreet:hover {color: black; text-decoration: underline;} 14 15ul { 16 list-style-type: none 17} 18 19.body { 20 margin: 10px; 21} 22 23.header { 24 position:relative; 25 width: 100%; 26 27} 28 29.logo { 30 left:0px; 31} 32.specbox { 33 position:absolute; 34 right:0px; 35 top:0px; 36} 37 38.content { 39 width: 100%; 40 position: relative; 41 top:75px; 42} 43 44 45