body{
	background-color: #FFFFFF;
	text-decoration: none;
}


a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	width: 100%;
	border-width:3px;
	border-style:double;
  	border-color:#000000;
	text-align: center;
}
#contents {
	width: 100%;
	
	
}

.article{
	width: 100%;	
	border-width-top:3px;
	border-width-bottom:3px;
	border-style:double;
  	border-color:#000000;
	margin: 5px;
	padding: 5px;
	float: left;
}

img {
	border: none;
}
