﻿body 
{
	margin: 0; 
	background-color: #efe6ee;
}
a:link {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #7f0174;
	text-decoration: none;
	border: none;
}
a:visited {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #7f0174;
	text-decoration: none;
	border: none;
}
a:hover {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #efe6ee;
	text-decoration: underline;
	border: none;	
}
a:active {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #7f0174;
	text-decoration: none;
	border: none;	
}
.Menu
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #7f0174;
}
.ActivePage
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #efe6ee;
	border: none;	
}
.PlainText
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #a60098;
	border: none;
}
.BigFatText
{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #a60098;
	border: none;
}
.BiggerFatText
{
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	color: #a60098;
	border: none;
}
.SmallText
{
	font-family: Times New Roman;
	font-size: 11px;
	color: #a60098;
	border: none;
}
.PageLink
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #FF00FF;
	border: none;
}
