body { 
	font-family: Futura, Arial, Helvetica, sans-serif;
	background-color: black;
}

.divHeader {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	border-bottom: solid blue 2px;
	font-family: Cambria, Futura, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: blue;
}
	.h1Main {
		text-align: center;
		color: white;
		font-weight: bold;
	}
.divRow {
	width: 100%;
	margin-top: 0px;
}
.divCol {
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 20px;
}

.ram { border: solid black 1px; }

.noSelect {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}