﻿        body
{
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
}
        .moduleTitle
        {
            font-weight: bold;
        }
        .courseTitle
        {
            color: #000000;
            font-size: medium;
            font-weight: bold;
        }
        .courseDescription
        {
            font-style: italic;
        }
        ul
        {
            list-style-type: none;
        }
        
.noprint 
{
	display:none
}

