body { 
	font-family: Helvetica, Arial, sans-serif;  font-size:28px;
	background-color: rgb(140,200,230); color: #333333;
	margin:0px 0px 100px 0px; padding:0px 0px 0px 0px;
    text-align:center;
	}
div, div.menubox, a.button, div.panel, div.left, div.right { border:0px solid red }
div.menubox { margin:0px auto 0px auto; height:auto; border:0px solid blue; }
div.menubtn:hover { background-color:#7DD4AF; }
div.panel {
	clear:both; height:auto;
	background-color: white; 
	margin: 20px 10px 10px 10px; 	padding: 20px 20px 30px 20px;
	}
div.left, div.right {
	background-color: #eee; 
	width:47%; 	min-height:150px;
	text-align:left;
	margin:0px; padding:10px 10px 10px 10px;
	}
div.left  { float: left;  }
div.right { float: right; }

a:link, a:visited, a:hover { background-color: rgba(210,210,210,0.4); padding:none; text-decoration: none; }
a:hover { background-color: rgb(130, 130, 130); color:white;}

a.button, a.button:active {
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    width:350px; border-radius: 10px; 
    margin:0px auto 3px auto; padding:15px 0px 15px 0px;
    text-align: center; display:block; 
    font-family: 'Archivo Narrow'; font-size:150%;  
    background-color: rgb(100,160,190); color: white; 
    }
a.button:hover {
    text-decoration:none; background-color: rgb(0,122,192); color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

img.uparrow { height:60px; margin:-90px 10px 0px 0px; float:right;  }
img.l { width:45%; float:left; margin:0px 30px 0px 0px; }
img.r { width:45%; float:right; margin:0px 0px 0px 30px;}

p, li { text-align:left; margin: 20px 10px 20px 0px; color:#333; }
ul 	{ margin-left:-10px; }
li  { margin-left:0px; }

h1, h2, h3 { text-align:left; font-size:96px; font-weight:normal;  background-color: #008cba; color: white; border: 0px solid blue; }
h1 { margin:0px 0px 0px 0px;  padding:20px 0px 50px 0px;  text-shadow: 4px 4px 10px red; text-align:center; font-family: 'Archivo Narrow'; }
h2 { margin:0px 0px 20px 0px; padding:12px 0px 12px 8px; font-size: 180%; font-family: 'Archivo Narrow'; }
h3 { margin: 10px 0px 8px 0px;	padding:0px 0px 0px 0px; font-size: 140%; background-color:transparent;  color:rgb(30,90,155); }

img { margin: 10px 20px 10px 0px; padding: 0px; border: 0px solid red; }
img.thumb { border:10px solid white; width:200px; }


