@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.ttf') format('truetype');
}
@keyframes animate-border
{
   0% { border-color: #000000;  }
   100% { border-color: #FF0000;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.For_Home
{
   color: #4F4F4F;
   text-decoration: none;
}
a.For_Home:visited
{
   color: #696969;
   text-decoration: underline;
}
a.For_Home:active
{
   color: #696969;
   text-decoration: underline;
}
a.For_Home:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.CopyRight
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.CopyRight:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.CopyRight:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.CopyRight:hover
{
   color: #696969;
   text-decoration: underline;
}
