body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:	cyan;
}
.content {
	height:		80vh;
	text-align:	center;
	max-width:	960px;
	margin:		auto;
	}
h1 {
	font-family: "Comic Sans MS";
 	color: #0000ff;
 	font-size: 36px;
 	font-style: italic;
 	text-align: center;
 	}

.maincol{
	position:			relative;
	text-align:			center;
	color:				#000000;
	font-size:			1.2rem;
	font-style:			normal;
	font-weight:		normal;
	background-color:	cyan;
	}
.navbar {
	top:	-10px;
	width:	500px;
  	text-align:	center;
  	overflow: hidden;
  	background-color: transparent;
	margin:	auto;
	z-index:	+2;
}
.navbar a {
  	float: left;
  	font-size: 1.2rem;
  	font-weight:	bold;
  	color: blue;
  	text-align: center;
  	padding: 10px 8px;
  	text-decoration: none;
  	//border:	1px blue solid;
  	border-radius:	15px;
  	margin:	5px;
}
.dropdown {
  	float: left;
  	overflow: hidden;
}
.dropdown .dropbtn {
  	font-size: 1.2rem;
  	font-weight:	bold;
  	border: none;
  	outline: none;
  	color: blue;
  	//border:	1px blue solid;
  	border-radius:	15px;
  	padding: 10px 8px;
  	background-color: inherit;
  	font-family: inherit;
  	margin: 0;
  	margin:	5px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  	background-color: blue;
  	color:	white;
  	border-radius:	15px;
}
.dropdown-content {
  	display: 		none;
  	position: 	absolute;
  	background-color: 	#f9f9f9;
  	//background-color: transparent;
  	min-width: 	120px;
  	box-shadow: 	0px 8px 16px 0px rgba(0,0,155,.9);
  	border-radius:	10px;
  	z-index: 		1;
}
.dropdown-content a {
  	float: none;
  	color: black;
  	padding: 6px 8px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
}
.dropdown-content a:hover {
  	background-color: #00f;
}
.dropdown:hover .dropdown-content {
  	display: block;
}
table {
	//margin:	auto;
}
.tblhead {
	font-size:	1.2rem;
	font-weight:	bold;
	}
.tblhead1 {
	font-size:	0.9rem;
	font-weight:	normal;
	}
	
.tempborder {
	border:		1px red solid;
}

.title	{
	color:	#0000aa;
}