﻿.Heading 
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif; 
    color: #ff6600;    
    font-weight : normal;   
}

.Bold
{
    font-weight : bold;
}        

.Italic
{
    font-style : italic;
}        

.todo
{
    background : white url('/Content/Images/warning.png') repeat-y left;
    border : 1px solid gray;
    padding : 5px 5px 5px 10px;
    font-weight : bold;   
}