﻿/* This StyleSheet contains custom styles for this project */


.Highlight
{
    background-color: Yellow;
}
.LargeFont
{
    font-size: xx-large;
}
.Indented
{
    margin-left: 16px;
}