body
{
	font-size:10vm;
}
a {
  color: black;
}
a:visited {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}

.icon
{
   width:20px;
   height:20px;
}

.bold
{
        font-weight:bold;
}
.inactiveLink 
{
   pointer-events: none;
   cursor: default;
}
.u
{
text-decoration: underline overline;
}