﻿body         { font-family: ariel; font-size:12pt; color: #666666; text-decoration: 
               italic font-weight normal }
A:LINK	
	{
	font-size: "12pt";
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: bold;
}

A:VISITED
	{
	font-size: "12pt";
	font-family: "Arial, Helvetica, sans-serif";
	color: #666666;
	text-decoration: bold
	}

A:HOVER
	{
	font-size: "12pt";
	font-family: "Arial, Helvetica, sans-serif";
	color: #ac5f5e;
	text-decoration: bold
	}

A.menu:LINK	
	{
	font-size: "12pt";
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	color: #ac5f5e;
	text-decoration: bold
	}

A.menu:VISITED
	{
	font-size: "12pt";
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	color: darkgrey;
	text-decoration: none
	}

A.menu:HOVER
	{
	font-size: "12pt";
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: normal;
	color: yellow;
	text-decoration: Underline
	}

