body {
	background-color: #dddddd;
	font-family: 'roboto light', helvetica, arial, sans-serif;
	font-size: 11pt;
	margin: 0;
}

h1, h2, h3 {
	text-align: center;
	margin-left: 2%;  
	margin-right: 2%;  
	font-weight: normal; 
}

h1 {font-size: 20pt}
h2 {font-size: 18pt}
h3 {font-size: 16pt}

p { 
	margin: 13px;
	text-align: center;
}  

a.touchable {
	margin: 0;
	padding: 2.5mm;
	text-transform: uppercase;
}

a.touchable:link { text-decoration: none; color: #0000b0; }
a.touchable:active { color: #0000b0; }
a.touchable:visited { color: #0000b0; }
a.touchable:hover { color: white; background-color: #666666; }

p.wscl_link_bar {
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 3mm;
	line-height: 3;
	text-align:center;
}

.footer {
	color:black;
	font-size:10pt; 
	padding: 7pt;
	text-align: center;
	vertical-align:middle;
	max-width: 700px;
	margin: auto;
}

.content {
	margin-left:auto; margin-right:auto;
	max-width: 728px;
}

.section {
	background-color: white;
	margin: 50px 0px;
	padding: 30px;
	-webkit-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
	/* -moz-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3); */
	box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
}

pre.code {
	margin-left:2%;  
	margin-right:2%;  
	font-size:10pt;
	font-family:monospace;
	text-align:left;
}

img.tagline { 
	max-width: 1.5in; 
}

.copyright {
	text-align:center;
	font-size:10pt; 
}

#screen_shot {
	width:100%; 
	max-width:600px; 
	max-height:480px;
}

@media screen and (max-width: 800px) { /* max content width */
	.section {
		margin: 0.0in;
		padding: 0.1in;
	}
}
