.msfttable {
    border: 1px solid black;
    border-collapse: collapse;
}

.msfttable td {
    padding: 5px;
    text-align: center;
    border: 1px solid black;
}

.msftimportant {
    background-color: orange;
}

.msftmoderate {
    background: yellow;
}

.msftcritical {
    color: white;
    background: red;
    font-weight: bold;
}

.msftyes {
	 color: white;
	 font-weight: bold;
	 background: red;
}

.msftno {
	background: green;
	color: white;
}
.msfty {
	 color: white;
	 font-weight: bold;
	 background: red;
}

.msftn {
	background: green;
	color: white;
}


