@import 'common.css';

#archive {
	color: #525252;
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	width: 520px;
	margin-left: 20px;
	margin-bottom: 30px;
}

#archive h1 {
	font-size: 17px;
	font-weight: bold;
	color: #3eacdf;
}

#archive p {
	font-size: 11px;
	color: #525252;
	text-align: justify;
}

#archive a, #archive a:visited {
	color: #525252;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

#archive a:hover {
	color: #000;
	font-weight: bold;
	border: 0;
}


