#link a {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: #888;
}
#link a:hover {
	color: red;
}

#link {
	padding: 100px;
	text-align: center;
	height: 100%;
}

img {
	border: 2px solid #888;
	padding: 2px;
}

.notice {
	background: #a00;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 2px; 
	margin: 20px 250px 0px 250px;
}

.main {
	font-family: serif;
	font-size: 14pt;
	text-align: justify;
	margin: 100px 250px 100px 250px;
}

a {
	text-decoration: none;
	color: darkgreen;
	border-bottom: dotted 1px;
}
