/* Comments are in gray and appear between these hash/asterisk marks. */ /* Suggested 
general rules to cover any font-family inheritance bugs. */ body, form, h1, h2, 
h3, h4, h5, h6, input, li, ol, p, select, td, textarea, tr, ul { font-family: 
verdana, arial, helvetica, sans-serif; } /* Link rules. */ /* a:link = State of 
normal link. */ a:link { text-decoration: underline; color: #00c; background: 
transparent; } /* a:visited = State of visited link. */ a:visited { text-decoration: 
underline; color: #609; background: transparent; } /* a:hover = State of link 
on mouseover/hover. */ a:hover { text-decoration: none; color: #000; background: 
#ccc; } /* a:active = State of link on click. */ a:active { text-decoration: none; 
color: #c00; background: #ff0; } /* Acronym rule. */ acronym {cursor: help;} /* 
Body rule with 0 margin fix. */ body { margin: 0; padding: 0; width: 100%; color: 
#000; background: #fff url(winlogo.JPG) fixed; font-size: .9em; } /* The display:inline 
removes the space after your form elements. */ form { display: inline; } /* H1 
rule with 0 margin, bottom border and medium gray background. */ h1 { font-size:1.2em; 
margin: 0; padding: .1em; border-bottom: .05em solid #000; color: #000; background: 
#999; } /* H2 rule with 0 margin, bottom border and light gray background. */ 
h2 { font-size: 1em; margin: 0; padding: .1em .5em; border-bottom: .05em solid 
#000; color: #777; background: #ccc; } /* General rule for paragraph elements. 
*/ p { line-height: 1.3em; margin: 1em 2em; } /* Specific rule for bottom paragraph. 
See last modified date. */ p.last { font-size: .8em; border-top: .1em solid #000; 
margin: 0; padding: .1em 1em; color: #777; background: #ccc; } /* Generic class 
for centering text (p class="ctr"). */ .ctr { text-align: center; } /* Generic 
class for small text (p class="small"). See copyright notice, date and time stamp 
at bottom of page. */ .small { font-size: .9em; line-height: 1.4em; margin: 1em; 
} /* Generic class to display (p class="code";) in font-family: monospace. Font 
color is blue #0000cc. Background is transparent. Top and bottom margins at 1em. 
Right and left margins at 5em. */ .code { font-family: monospace; color: #00c; 
background: transparent; margin: 1em 5em; } /* Generic class to display (p class="code 
comments") in dark gray. Font color is gray #777777. Background is transparent. 
Top and bottom margins at 1.5em. Right and left margins at 3em. */ .comments { 
color: #777; background: transparent; margin: 1.5em 3em; } /* Generic color classes 
for various elements such as (span class="blue")(strong class="purple")(em class="green"). 
Can be used when combining classes on various elements. */ .blue { color: #00c; 
background: transparent; } .green { color: #090; background: transparent; } .purple 
{ color: #609; background: transparent; } .red { color: #c00; background: transparent; 
} /* Apply a hand cursor to elements like input/submit buttons. */ .hand { cursor: 
pointer; } /* Apply a help cursor (question mark) to elements like tooltips (title="Tooltip 
Here"). */ .help { cursor: help; }
