html, body {
	background: #f1f1f1;
}


a
{
  color: #b30738;
}


a:focus
{
  outline-width: thin;
  outline-style: dotted;
  outline-color: #333333;
  outline-offset: -2px;
}


a:hover, a:active
{
  outline-width: 0px;
  outline-style: none;
}


a:hover, a:focus
{
  color: #63031e;
}


a:hover, a:focus
{
  color: #63031e;
}




.head {
	background: #ffffff;
	min-height: 150px;
	border-bottom:1px solid #cecece;
	margin-bottom: 30px;
	text-align: center;
	margin:0 auto;
	padding-top:40px;
	
}

.nav-pills > li > a
{
 background: #b30738;
 color: #ffffff;
 font-weight: bold;
 min-height: 22px;
 
}

.nav-pills > li > a:hover
{
 background: #ffffff;
 color: #b30738;
}

.pubdate {
	
	float: right;
	color: #4b4b4b;
	background: white;
	padding:4px;
}