﻿/*
The rules in this file control the visual appearance
of text elements and do not affect layout. You may 
make edits to these rules or add new style rules to 
control the appearance of other HTML elements. 

DO NOT add CSS rules that affect layout to this file.
*/

h1
{
	font-size: 197%;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	line-height: 95%;
	color: #006666;
}

h2
{
	line-height: 100%;
	font-size: 130%;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	color: #006666
}

h3
{
	line-height: 100%;
	font-size: 100%;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	color: #006666

}

p
{
	font-size: 93%;
	font-family: Helvetica, Sans-Serif;
	line-height: 127%;
	padding-top: 5px;
	padding-bottom: 10px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

ul
{
	padding-left: 1em;
}

ol
{
	padding-left: 1.5em;
}

ul li
{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 127%;
}

ol li
{
	list-style-type: decimal;
	list-style-position: outside;
}

a:link 
{
	color: #006666;
}

a:visited
{
	color: #663399;
}
