.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
  -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border-collapse: collapse !important;
	background-image: none !important;
}


a:hover {background:#fffadc;
text-decoration:none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius: 10px;
}

body { font-family: 'Open Sans', helvetica, arial, sans-serif;}

.header { background-color:#262626; 
color:white;
 font-family: Georgia, serif;
 padding: 0;
 width: 100%;
 }
.header h1 {margin: 0; padding: 0;}

.nav {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  	}

.nav li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.nav .divider {
  display: inline;
  padding: 0 5px;
  color: #ccc;
}



.nav-text {font-size:16px; text-align:center; }

.articles li {text-decoration: none; color: black; list-style-type:none; margin: 0; padding: 1px;}
.articles a {text-decoration:none; color: black; text-align:center;}
.articles a:hover {text-decoration: none; color:black;}
.article-text {text-align:justify;}
.stupidgif {margin: 0px 0 0 40%; }