.text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}

.heading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: 295163;

	text-decoration: none;

}

.boldtext {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	text-decoration: none;

}

.whttxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

}

.whtboldtxt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

a.{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}

a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #e24141;

	text-decoration: none;

}

a:link:hover{
	color: red;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #660990;

	text-decoration: none;

}

#link:hover{
     color: red;
}

a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}

#myid{
	
    display: block;
    position: relative;
    color: aqua;
    width: 101%;
    top: 90px;
    /* background-color: #FFFFFF; */
    /* text-align: center; */

}

#myid p a{
     font-size: 20px;
	 color: #FFFFFF;
	 background-color: rgb(24, 22, 22);
	 border-radius: 5px;
	 padding: 4px 10px 4px 10px;
	 transition: 0.5s;
}

#myid p a:hover{
	font-size: 21px;
	color: red;
	background-color: #dedfe7;

}

/* #myid p a:visited{
	color: red;
} */




a.b {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: underline;

}

a.b:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: underline;

}

a.b:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: 4F99B5;

	text-decoration: underline;

}

.11txt {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}

a.w:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #ffffff;

	text-decoration: none;

}

a.w:visted {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #ffffff;

	text-decoration: none;

}

a.w:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: 4F99B5;

	text-decoration: underline;

}



.subheading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: 295163;

	text-decoration: none;

}

.border {

	border: 1px double #000000;

}

