td.blu {
    background-color = \\\"#44a4d4\\\";
}

h4 { 
    text-transform = uppercase;
    font-weight = bold;
    color = rgb(255, 255, 255); 
}

h5 { 
    text-transform = uppercase;
    font-weight = bold;
    color = \"#FFFFFF\"; 
}

h5.lower { 
    text-transform = none;
    font-weight = bold;
    color = \"#FFFFFF\"; 
}

.white.title {
    text-transform = uppercase;
    font-weight = bold;
    color = \"#FFFFFF\"; 
}