/* style.css */ a { text-decoration: none; color: blue; } a:visited { text-decoration: none; color: blue; } a:hover { color: red; text-decoration: underline overline } font.news { font-size: 15pt } h1 { color: #000000; } /* Make the font size something decent. */ body,div,td { font-size: 14px; } body { margin: 0; } table#main { margin: 0; } image { border: 0; } /* 2011.05.24, a new era begins */ div.alpha-title { margin-top: 5px; color: white; background-color: #9DADDD; border: 2px solid #8D9DCD; padding: 3px; font-size: 16px; font-weight: bold; } div.alpha-body { color: black; background-color: #CEDFFF; border: 2px solid #BECFEF; padding: 3px; font-size: 14px; margin-bottom: 5px; } div.alpha-active { background-color: #66CC66; border-color: #56BC56; } div.alpha-completed { color: #AAA; background-color: #DDDDDD; border-color: #CDCDCD; } /* Note that, for a cross-browser styling, the padding and margin * should be set to "0". Then, do the styling in the "li" tag. */ ul.sidemenu, .sidemenu ul { padding: 0; margin: 0; list-style-position: inside; } ul.sidemenu li { padding-left: 6px; margin-top: 0; margin-bottom: 0; }