body {
	background-image: url("../resources/background.png"); 
}

img {
    border-style: none;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4{
	text-transform: none;
	font-family: "Courier New", monospace;
}

.reveal p{
	font-family: "Courier New";
}

.reveal li{
	font-family: "Courier New";
}

.nuget-badge code {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #202020;
	border: 4px solid silver;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #6e6e6e;
	color: #e2e2e2;
	display: block;
	font: 1em 'andale mono','lucida console',monospace;
	line-height: 1.5em;
	overflow: auto;
	padding: 15px;
}


