﻿P  {}

H1  {}

H2  {}

H3  {}

A  {
	color: Blue;
	text-decoration : none;
	font : bold;
}

A:Visited  {
	color : Navy;
	text-decoration : none;
	font : bold;
}

A:Active  {
	color : Navy;
	text-decoration : none;
	font : bold;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font : bold;
}

BODY  {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

