﻿body
{
	font-family: Papyrus, Segoe Print Tahoma, Verdana;
	color: #2F4F4F;
	background-color: white;
}
h1
{
    font-size: xx-large;
    height:60px;
}

 :link
{
	color: darkslategray;
}  /* for unvisited links */
  :visited
{
	color: darkgreen;
} /* for visited links */
  a:active
{
	color: darksalmon;
} /* when link is clicked */
  a:hover
{
	color: indianred;
} /* when mouse is over link */
.center
{ text-align:center;
    }
.Title
{
	font-weight: bold;
	font-size: large;
	font-family: 'Segoe Script' ,Papyrus, Euphemia, Tahoma, Verdana;
	color: darkslateblue;
	background-color: thistle;
}
.bigtitle
{
	font-weight: bold;
	font-size: xx-large;
	font-family: Euphemia, Papyrus, Tahoma, Verdana;
	color: darkslategray;
}
.sectionheader
{
    font-weight: bold;
    color: mintcream;
    background-color: yellowgreen;
}
.sectionheaderSelected
{
    font-weight: bold;
    color: darkgreen;
    background-color: thistle;
}
.sectiontitle
{
	font-weight: bold;
	color: mintcream;
	background-color: darksalmon;
	font-size: x-large;
	font-family: 'Segoe Script' , Harrington, Batang,Leelawadee, Dotum;
	border: white 2px solid;
	height:40px;
}
.section
{
    font-size: 20px;
    color: darkslategray;
    background-color: honeydew;
}
.button
{
	font-size: 14px;
	font-weight: bold;
	color: darkgreen;
	background-color: mintcream;
	font-family: 'Segoe Print' ,Euphemia, Papyrus, Tahoma, Verdana;
	text-align: center;  }
}
.comment
{
	font-size:small;
}
.bullets
{
	font-size: 16px;
	color: seagreen;
}
.alert
{
	font-size: 16px;
	color: mediumvioletred;
}
.frame
{
	border-right: thick outset;
	border-bottom: thick outset;
	border-top: thin inset;
	border-left: thin inset;
}
.subsection
{
    background-color: wheat;
    color: saddlebrown;
}
.mailer
{
	font-weight: bold;
	color: black;
}