﻿body
{
}
.text
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: justify;
	text-decoration: none;
}
.caption
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}
.innercaption
{
	font-size: 10px;
	color: Maroon;
	font-family: Arial;
	text-align: center;
}
.innertext
{
	font-size: 10px;
	color: black;
	font-family: Arial;
	text-align: justify;
}
A
{
	font-size: 12px;
	color: blue;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
	font-size: 12px;
	color: blue;
	font-family: Arial;
	background-color: gainsboro;
}

