@import "base.css";

body {
		background-color: #EBEBEB;
		width: 400px;
		padding:5px;
}

.title {
		font-weight: normal;
		color: black;
		font-size: 20px;
		text-align: center;
}

.issue_number {
		font-size: 22px;
		font-weight: bold;
		color: #33CC33;
}

.issue_date {
		text-align:center;
		margin-bottom:10px;
		color:gray;
}

.issue_url {
		font-weight:bold;
		font-size:14px;
}
