﻿h1
{
	margin-top: -3px;
	margin-bottom: -3px;
	
	font-size: medium;
	font-weight: bold;
	color: white;
	font-family: Garamond;
	background: #3f4498
}

h2
{
	margin-top: -3px;
	margin-bottom: -3px;
	
	font-size: medium;
	font-weight: bold;
	color: black;
	font-family: Garamond;
	background: #5c64b7
}

body
{
	color: black;
	font-family: Garamond;
}
.header
{
	font-weight: bold;
	color: white;
	font-family: Garamond;
	background: #3f4498
}
.header2
{
	font-weight: bold;
	color: black;
	font-family: Garamond;
	background: #5c64b7
}

a:link
{
    color: blue;
	font-family: Garamond;
}

a:visited
{
    color: blue;
	font-family: Garamond;
}

a.SegmentMenu
{
	font-weight: bold;
	color: #ffffff;
	font-family: Garamond;
	text-decoration: none;
}

a.SegmentMenu:visited
{
	font-weight: bold;
	color: white;
	font-family: Garamond;
	text-decoration: none;
}

a.SegmentMenu:hover
{
	font-weight: bold;
	background: #A1B1EF;
	color: white;
	font-family: Garamond;
	text-decoration: none;
}
