.mk-blue{color: #4c5d9d;}
.mk-red{color: red;}
.mk-redbg{
background-color: red;
color: white;
padding: 5px;
}
.mk-bold{font-weight: bold;}
.mk-center{text-align: center;}
.mk-link{cursor: pointer;}
.mk-inactive{cursor: default;}

a{text-decoration: none;}
a:hover{text-decoration: underline;}