@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family: Helvetica, Calibri, Lucida Sans Unicode;
	color: #E4E4E4;
	font-size: 1em;

}

#banner{
	width: 350px;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/DrWho350.png);
}
.content a:link {
	color: #0066FF;
	text-decoration: none;
}
.content a:visited {
	color: #FF0000;
	text-decoration: none;
}
.content a:active {
	color: #E4E4E4;

}

p {
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
}
ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 20px 0px 50px;
}
.bullet {
	width: 17px;
	height: 19px;
	vertical-align: middle;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}





}

	
.npb {
	border-width: 0;
}




/* Flex Box*/
.cols {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: hsla(0,6%,90%,1.00);
	text-align: left;
	
}
.col-left {
	border-radius: 10px;
	margin: 5px 10px;
	padding-bottom: 10px;
	padding: 10px;
}

.col-right {
	border-radius: 10px;
	margin: 5px 10px;
	padding-bottom: 10px;
	padding: 10px;
	}

/* Media */
@media (min-width: 800px){
        .content {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.2em;
                }
	#banner{
	width: 625px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/DrWho.png);
	}
	
}

