/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(200,100,50);
 	background-color: rgb(50,100,200)
}

.Link {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.Hover {
	font-family: "Arial Narrow",  sans-serif;
 	font-size: 11pt;
 	color: rgb(200,100,50);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11pt;
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(49,65,49)
}

A:hover {
	font-size: 11pt;
 	color: rgb(200,100,50);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(50,100,200)
}

.Link:hover {
	color: rgb(200,100,50);
 	font-weight: bold;
 	text-decoration: none 
}
