/* Presentation Stylesheet */ 
html {
	overflow-y:scroll;
        scrollbar-face-color:#99c;
        overflow-x:hidden;
	scrollbar-highlight-color: ;  
	scrollbar-shadow-color: ;
	scrollbar-3dlight-color:#ccf;
	scrollbar-arrow-color:#006;
	scrollbar-track-color:#ccf;
	scrollbar-darkshadow-color:#ccf;
	}
h1 {
 font-size:10px;
 width:780px;
 margin:0 auto;
 text-align:center;
 overflow:hidden;
 word-break:break-all;
 line-height:100%;
 color:#000000;
}
a:link,a:visited {
 font-size:12px;
 line-height:80%;
 color:#013694;
 text-decoration:none;
 border-bottom-style:none;
}
a:hover,a:active {
 background-color:#ffffcc;
}