.textcen
{
text-align: center;
}
.margin10
{
margin:10px;
}


h1.center
{
text-align:center;
}

ul.hornav
{
list-style-type: none;
margin: 0;
padding:0;
overflow:hidden;
background-color:#333;
}
li.hornav
{
float:left;
}

li a.hornav
{
display: block;
color: white;
text-align:center;
padding: 6px 10px 6px 10px;
text-decoration:none;
}

li a:hover.hornav
{
background-color: #111;
}

ul.vernav
{
list-style-type: none;
margin: 0;
padding:0;
width: 180px;
background-color:white;
}
 a.vernav {
 display: block;
 color:#000;
 background-color:#009688;
 text-decoration: none;
 margin:5px;
 
 font-size:14px;
 }
 li a:hover:not(.active).vernav{
 background-color: #555; 
 color: white;}


a.active

{background-color: brown!important;
color: white!important;
}


.headingleft
{
	text-align: left;
}

.reaction
{
	font-size: 16px;
	font-weight: normal;
	color:black;
}


.refer
{
color: #3f51b5;
text-decoration: none;	
}

h2,h3,h4,h5,h6{
	text-align: left;}


