html{
	background-color: #c2e0fa;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	width: 1270px;
	margin: auto;
}

.nav > li > a{
	color: #fff !important;
    background-color: #02718F !important;
    margin: 1px;
}

.nav > li > a:hover, a:focus
{
	color: #fff !important;
    background-color: #02718F !important;
    text-decoration: underline;
}


ul{
	background: #FFF;
}

h1,h2,h3{
	color: #00bfff;
}

p{
	text-align: justify;
}

.prev_issue > li > a{
	color: #000;
}

.list-group-item.date-published{
	display: none;
}