@import 'common.css';
@import 'jquery.lightbox.css';

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

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

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

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

#page a:hover {
	color: #ff0084;
	font-weight: bold;
	border-bottom: 1px solid #ff0084;
}

#page .img {
	border: 1px solid #525252;
	margin-right: 10px;
	float: left;
}

#page li {
	margin-left: 20px;
}