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;
}

.infodiv {
	background-color: #EEEEEE;
	
	float: none;
	border-width:1px;	
	border-style:solid;
  	border-color:#000000;
	text-align: center;
	margin-bottom: 5px;
}
.infodiv h1{
	margin-bottom: 5px;
	}
	
div.infodiv A:link, A:visited{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: smaller;
	}

div.infodiv A:hover{
	text-decoration: underline;
	color: #AA0000;
	font-weight: normal;
	}
	
#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;
}

.bookmarkfield{
	background-color: #EEEEEE;
	width: 190px;
	height: 28px;
	float: left;
	text-align: left;
	
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	
	margin-left: 1px;
	marin-right: 1px;
	margin-bottom: 2px;
	 
	padding-left: 7px;
	padding-top: 7px;
	
	
	
}
div.bookmarkfield A:link, A:visited{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: smaller;
	}

div.bookmarkfield A:hover{
	text-decoration: none;
	color: #AA0000;
	font-weight: normal;
	}