a.link:link{color:teal}
a.link:visited{color:green}
a.link:hover{color:teal}
a.link:active{color:#3AAB06}

a.link1:hover{color:black}
a.link1:active{color:#3AAB06}

.link
{
  font-family: arial;
  font-size: 12px;
  color: teal;
  text-decoration: none;
}

.link1
{
  font-family: times new roman;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #2d2d2d;

}
.head
{
  border-width: 0px;
  border-style: none;
  border-color: green;
  
  background-color: #B3C3C1;
  
}


.noborder
{
  border-style: none;
  border-width: 0px;

}

.main
{
  background-color: #F3F3F3;

}
.main1
{
  background-color: white;

}
.headtable
{
  border-width: 1px;
  border-top-width: 2px;
  border-style: solid;
  border-color: #67827E;
  font-family: times new roman;
  font-size: 14px;
  color: #2d2d2d;



}

