body {
	margin : 10 px;
	background-color: white;
}

a.silent:link { text-decoration: none; color: #888888; }
a.silent:visited { text-decoration: none; color: #888888; }
a.silent:active { text-decoratio: none; }
a.silent:hover { text-decoration: none; color: brown; }  

a:link { text-decoration: none; }
a:visited { text-decoration: none;  }
a:active { text-decoration: none; }
a:hover {  text-decoration : none; }

.image {
	position : absolute;
	top : 10px;
	left : 80px;
}
.slogan {
	position : absolute;
	width : 430px;    
	top : 120px;
	left : 20px;
	font-family : "ms ui gothic"; 
	font-size : 10pt; 
	font-weight : normal; 
	color : #222222; 
	text-align : center;
}
.announce {
	position : absolute;
	top : 250px;
	left : 20px;
	padding: 8px;
	border : dashed 1px #aaa;
	width : 430px;
	height : 80px;
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
}
.topic {
	vertical-align: top;
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
}
.date {
	width: 55px;
	vertical-align: top;
	font-family : "ms ui gothic"; 
	font-size : 9pt; 
}
.javacert {
	position : absolute;
	top : 380px;
	left : 20px;
	font-family : "ms ui gothic"; 
	font-size : 10pt; 
	font-weight : normal; 
	color : #888888; 
	text-align : center;
	width: 430px;
}


