﻿.notetext
{
    font-style: italic;
    color: Green;
}

.cautiontext
{
    font-style: italic;
    color: Red;
}

.addbold
{
    font-weight: bold;
}

.tiptext
{
    font-style: italic;
    color: Blue;
}

.code
{
    font-family: 'Courier New' , Courier, monospace;
}