@charset "utf-8";
body {
	background-color: #ffffff;
	color: #000000;
}

h1{

        font-style: bold;
        font-weight: bold;
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em;
}




h2 {
	font-size:1.6em;
	margin-top: 1em;
	margin-bottom:1em;
	margin-left:0.1em;
	margin-right:0.1em;
        border-bottom:solid thin #0000ff;
        border-left:solid thick #0000ff;
        text-indent:0.3em;
        margin-bottom:1em;
}


h3 {
	font-size:1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left:0.1em;
	text-indent:0.2em;
        border-bottom:solid thin #0000ff;
        border-left:solid medium #0000ff;

}

div.menuItem{
	margin-bottom: 0.5em;
	margin-right:2em;
}

div.menuGroup{
	font-size:1.2em;
	margin-bottom: 0.5em;
}

div.date{
	font-size:0.8em;
	text-align: left;
	margin-bottom: 1.5em;
}

div.content{
	margin-left: 1.5em;
}

div.workTitle{
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: center;
}

div.workContent{
	margin-right: 1em;
}

div.footer{
	text-align: center;
}

img {
    border-style:none;
}