
@font-face {
	font-family: 'Computer Modern';
	font-weight:normal;
	font-style: normal;
	src: url("CMU_font_otf/cmunrm.otf") format("opentype");
}
@font-face {
	font-family: 'Computer Modern';
	font-weight:bold;
	font-style: bold;
	src: url("CMU_font_otf/cmunbx.otf") format("opentype");
}
@font-face {
	font-family: 'Computer Modern';
	font-weight:italic;
	font-style: italic;
	src: url("CMU_font_otf/cmunti.otf") format("opentype");
}
html, body {
	padding-left: 12%;
    padding-right: 12%;
    width: 76%;
    height: 100%;
	font-size: 0.92em;
    font-family: 'Computer Modern', "微軟正黑體";
}


html, h1{
	font-weight: normal;
	font-size: 2em; 
	margin: .5em 0;
	line-height: 1em;
}
html, h3{
	font-weight: normal;
	font-size: 1.17em;
	margin: .5em 0 ;
	line-height: 1em;
}
html, p{
	margin: 0em 0;
	line-height: 2em;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*<style type="text/css">
  @font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
  }
  @font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsx.otf');
    font-weight: bold;
  }
  @font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunsi.otf');
    font-style: italic, oblique;
  }
  @font-face {
    font-family: "Computer Modern";
    src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunbxo.otf');
    font-weight: bold;
    font-style: italic, oblique;
  }

  body {
    font-family: "Computer Modern", sans-serif;
  }
</style>*/