body {
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    color: #666666;
    line-height: 200%;
    margin:0;
    padding:0;
    background-color: #ffffff;
}

a:link, a:visited, a:active {
    color : #157bda;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color : red;
}

p.normal {
}

h1 {
    /*font-family: 'Noto Sans KR', sans-serif;*/
    font-family: 'Roboto', sans-serif;

    font-style: normal;
    font-size: 300%;
    padding-bottom:0px;
    line-height: 100%;
    text-align:left;
    /*text-transform: uppercase;*/
    color : #222222;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-size: 200%;
    color : #222222;
}

div.content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;

    padding:20px;
}

div.section {
    overflow: hidden;
    padding-bottom : 30px;
    width : 100%;
}

div.highlight {
    font-weight : bold;
    color : #000000;
	font-size: 100%;
}

div.pub_image {
  float:left;
  width:100px;
  height:100px;

  padding-right:10px;
}

div.links {
	float:right; margin-top : 40px;
}

div.top_image {
	float:right; padding-left:40px;
}

img.publisher {
  width : 150px;
  float : right;
}

img.logo_faculty
{
    height: 55px;
    padding-left : 10px;
	padding-right : 30px;
}

img.pub_thumb
{
  width:100px;
  height:100px;
}