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

h1
{
    font-size: 22pt;
    margin-top: 2em;
}

h2 {
	font-size:	18pt;
	margin-top:	2em;
}

h3
{
    font-size: 14pt;
    font-weight: bold;
    margin-top: 2em;
}

h4
{
    font-size: 12pt;    
    font-weight: bold;
    margin-top: 2em;
}

img {			/* removes border of hyperlinked image */
	border:		0;
}

img.left {
	float:		left;
}

img.right {
	float:		right;
}