1*ebfedea0SLionel Sambuc/* $NetBSD: style.css,v 1.3 2011/02/11 23:44:42 christos Exp $ */ 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel Sambucbody 4*ebfedea0SLionel Sambuc{ 5*ebfedea0SLionel Sambuc margin-top: 40px; 6*ebfedea0SLionel Sambuc font-family: verdana, sans-serif 7*ebfedea0SLionel Sambuc} 8*ebfedea0SLionel Sambuc 9*ebfedea0SLionel Sambuc.main 10*ebfedea0SLionel Sambuc{ 11*ebfedea0SLionel Sambuc border: dashed; 12*ebfedea0SLionel Sambuc border-width: 1px; 13*ebfedea0SLionel Sambuc background-color: #f1f5ff; 14*ebfedea0SLionel Sambuc padding: 15px; 15*ebfedea0SLionel Sambuc width: 17cm; 16*ebfedea0SLionel Sambuc margin: auto; 17*ebfedea0SLionel Sambuc font-size: 10pt; 18*ebfedea0SLionel Sambuc color: #304030; 19*ebfedea0SLionel Sambuc margin-bottom: 20px; 20*ebfedea0SLionel Sambuc} 21*ebfedea0SLionel Sambuc 22*ebfedea0SLionel Sambuc.header 23*ebfedea0SLionel Sambuc{ 24*ebfedea0SLionel Sambuc color: #222222; 25*ebfedea0SLionel Sambuc font-size: 16pt; 26*ebfedea0SLionel Sambuc font-weight: bold; 27*ebfedea0SLionel Sambuc margin-top: 0px; 28*ebfedea0SLionel Sambuc margin-bottom: 10px; 29*ebfedea0SLionel Sambuc} 30*ebfedea0SLionel Sambuc 31*ebfedea0SLionel Sambuc.main a 32*ebfedea0SLionel Sambuc{ 33*ebfedea0SLionel Sambuc color: #333355; 34*ebfedea0SLionel Sambuc text-decoration: underline 35*ebfedea0SLionel Sambuc} 36*ebfedea0SLionel Sambuc 37*ebfedea0SLionel Sambuc.main a:hover 38*ebfedea0SLionel Sambuc{ 39*ebfedea0SLionel Sambuc color: #333355; 40*ebfedea0SLionel Sambuc text-decoration: none 41*ebfedea0SLionel Sambuc} 42