﻿/* Override default styles */

body 
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

a
{
	text-decoration:none;
	color:navy;
}

/* Page layout */

.menu
{
	font-size:16px;
	font-weight: bold;
	color:navy;
}

.header
{
	font-size:14px;
	font-weight: bold;
	background:navy;
	color:white;
}

.footer
{
	font-size: x-small;
}

/* For class schedule tables */

.schedule_head
{
	background: navy;
	font-weight: bold;
	color: white;
}

.schedule_itemhead
{
	font-size: x-small;
	font-weight: bold;
}

.schedule_item
{
	font-size: x-small;
}

.schedule_title
{
	font-size: small;
	font-weight: bold;
}

.schedule_subtitle
{
	font-size: small;
	font-weight: bold;
}
