﻿
.MenuItem
{
	background-color: gainsboro;
	color: black;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.MenuItem A{
	background-color: gainsboro;
	color: black;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.MenuItem A:hover
{
	background-color: lightgrey;
	color: royalblue;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.CopyRightText
{
	font-size: 78pt;
	color: Green;
}

.BorderMe
{
    border: 2px solid #FF0000;
}

.Invisible
{
    display:none;
    visibility:hidden;
}