.red
{
color : red;
font-weight : bold;
}
.green
{
color : green;
font-weight : bold;
}

.purple
{
color : purple;
font-weight : bold;
}
.tentative
{
color : darkorange;
font-weight : bold;
    font-size: larger;
    font-style: italic;
}
