﻿/* Presentation Stylesheet */ 

body 
{ 
    font-family: 'Comic Sans MS', Arial, Helvetica, sans-serif; font-size: medium; 
}

.majEmph
{
    font-weight: bold;
    font-style: italic;
}

.minEmph
{
    font-weight: bold;
}

.bigEmph
{
    font-weight: bold;
    font-size: large;
}

.indent
{
    padding-left:30px;
}
