
/* -----------------------------------------------
 * Hyperlink anchors
 * ----------------------------------------------- */

A:link{text-decoration:none;color:#0000FF;}
A:active{text-decoration:none;color:red;}
A:visited{text-decoration:none;color:darkorchid;}
A:hover{text-decoration:underline;color:darkcyan;background:pink}

h1           { font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-size: 18pt; color: #0033CC; 
               font-weight: bold; background:lightskyblue}
h2           { font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-size: 12pt; color: #0033CC; 
               font-weight: bold; background:pink; text-indent:13}
h3           { font-family: ‚l‚r ‚oƒSƒVƒbƒN; font-size: 11pt; color: #0033CC; 
               font-weight: bold; list-style-type:circle; margin-left:13; margin-top:2; margin-bottom:2}
               
.updatetime  { text-align: right; font-family: ‚l‚r ƒSƒVƒbƒN; font-size: 8pt; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0 }