body {
  margin-left: 20px;
  margin-right: 20px;
		}
		
.small {
	font-family: verdana,geneva;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}

.smallmasthead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size: 18px;
  	color:#ffffff;
}

.boldsmall {
	font-weight: bold;
	font-size: 17px;
	color: #000;
}

.masthead {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  color:#ffffff;
  }


.noto { font-family: 'Noto Sans', sans-serif;
font-size: 1.45em;
  }

.notosub { font-family: 'Noto Sans', sans-serif;
font-size: 1em;
  }

.learn {
	padding: 6px 10px;
	margin: 2px;
	color: #000000;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size:1.5em;
	text-decoration: none;
	font-weight: bold;
}


.bodytxt { font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  }

.container{
			width: 800px;
			margin: 0 auto;
		}



		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #7ba8df;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ffffff;
			padding: 15px;
			height: 380px;

			overflow-x: scroll;
			overlow-y: none;

		}

		.tab-content.current{
			display: inherit;
		}
		

.tabtext {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%;
  font-size:1.2em;
   }


.name1 {
	font-family: verdana,geneva;
	font-weight: bold;
	color: #990099;
	font-size: 24px;
}

.name2 {
	font-family: verdana, geneva;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;

}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}


.ccm_scalable  {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}


  		
