#RootCategories td {
	padding: 1px 1px;
	border: 1px solid black;
    border-bottom: 1;
    border-left: 2;
}

.RootTD1:hover {
	background-color: #ccccff;
}

.RootTD2:hover {
    background-color: #ffccc;
}

.RootTD3:hover {
    background-color: #ccffcc;
}

.RootTD4:hover {
    background-color: #ffccff;
}

a.RootLink1:link, a.RootLink1:visited, a.RootLink1:active, a.RootLink1:hover {
    color: blue;
    font-size: 14px;
    FONT-WEIGHT: bold;
    text-decoration: none;
}

a.RootLink2:link, a.RootLink2:visited, a.RootLink2:active, a.RootLink2:hover {
    color: #ffffff;
    font-size: 14px;
    background-color: #f40b20;
    FONT-WEIGHT: bold;
    
    text-decoration: none;
}

a.RootLink3:link, a.RootLink3:visited, a.RootLink3:active, a.RootLink3:hover {
    color: #ffffff;
    font-size: 14px;
    FONT-WEIGHT: bold;
    background-color: #07d116;
    text-decoration: none;
}

a.RootLink4:link, a.RootLink4:visited, a.RootLink4:active, a.RootLink4:hover {
    color: #ffffff;
    font-size: 14px;
    background-color: #3349f0;
    FONT-WEIGHT: bold;
    text-decoration: none;
}
