body {
	color : #000000 ;
	background-color : whitesmoke ;
	background-attachment : fixed ;
	font-size : 15px;
	line-height : 1.2em ;
}
pre {
        color : #000044 ;
         font-family : "MS UI Gothic" ;
         font-size :15px ;
         line-height : 110% ;
}
a:link { color : blue ; }
a:active { color : red ; }
a:visited { color : purple ; }
a:hover { color : red ; }
a:hidden {text-decoration : underline ; }
