/*
 * Style sheet intended to support desktop PCs.
 */
 
@charset "utf-8";

@import "common.css";



h1 {
    font-weight: bold;
	font-size: 400%; 
}


#side-menu {
	visibility: hidden;
}
