a:link
{
	color: blue; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: purple;
}
a:hover 
{
	color: red;
}
body
{
	font-family: Times New Roman, Times;
	background-color: rgb(192,192,192);
	color: rgb(0,0,0);
	font-size: 12pt
}
.mainTitle     {font-size: 24pt; text-align: Center; font-weight: bold}
.secondTitle   {font-size: 18pt; text-align: Left; font-weight: bold}
.thridTitle    {font-size: 12pt; text-align: Left; font-weight: bold; text-decoration: underline}
.caption       {font-size: 10pt; text-align: Left}
.note          {font-size:  8pt; text-align: Center}


