﻿.pinklink a:link {
	color: #D89CC0;
	text-decoration: none;
}
.pinklink a:hover {
	color: #F796B5;
	text-decoration: none;
}
.pinklink a:active {
	color: #F796B5;
	text-decoration: none;
}
.pinklink a:visited {
	color: #D89CC0;
	text-decoration: none;
}
.greenlink a:link {
	color: #00CC00;
	text-decoration: none;
}
.greenlink a:hover {
	color: #F796B5;
	text-decoration: none;
}
.greenlink a:active {
	color: #F796B5;
	text-decoration: none;
}
.greenlink a:visited {
	color: #00CC00;
	text-decoration: none;
}

.yellowlink a:link {
	color: #FFFF00;
	text-decoration: none;
}
.yellowlink a:hover {
	color: #F796B5;
	text-decoration: none;
}
.yellowlink a:active {
	color: #FFFF00;
	text-decoration: none;
}
.yellowlink a:visited {
	color: #00CC00;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F796B5;
	text-align: center;
}
.Paragraph {
	text-align: left;
}
.8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #00FF00;
}
.ParagraphHeading {
	font-size: small;
	font-weight: bold;
	color: #FF96B5;
}
