body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*************************************/
body{
	background-color: white;
	border: 2px solid blue;
	font-family: Verdana;
	font-size: smaller;
	}
h1,h2{
	margin-left: 0.5em;
	}
h1{
	font-size: xx-large;
	font-weight: bolder;
	display: inline;
	}
h2{
	font-size: large;
	font-weight: bold;
	display:inline;
	}
a{
	color: #902010;
	text-decoration: none;
	}
#head{
	background-color: #c0c0f0;
	border-bottom: 3px solid blue;
	}
#menu{
	float:left;
	clear: both;
	width: 100%;
	margin:0.2em;
	border-bottom: 1px solid blue;
	}
.article h1{
	font-size: x-large;
	}
.article{
	width: 100%;
	margin-top: 2em;
	float:left;clear:left;
	border-bottom: 1px dotted gray;
	}
.article_pic{
	float: left;
	clear: left;
	min-width: 33%;
	text-align: center;
	}
.article_text{
	float: left;
	width: 60%;
	}

.notice{
	width: 40%;
	margin-left: 3em;
	margin-top: 8em;
	border-bottom: 1px dotted #b0b0b0;
	border-left: 1px dotted #b0b0b0;
	}

.notice:first-letter {
	font-size: xx-large;
	font-weight: bold;
	margin-left: -0.5em;
	font-family: Times;
	}
#footer{
	clear: both;
	float:right;
	margin-top:2em;
	margin-right: 1em;
	border: 1px dotted #b0b0b0;
	}


