BODY {
	font-size :19px;
	font-family :Palatino Linotype, Souvenir Lt BT, Georgia, Futura Lt BT, Garamond,
		Humanst521 BT, Kabel BK BT, GoudyHandtooled BT, GoudyOlst BT, Comic Sans MS,
		Bakersville Old Face, Century Schoolbook, Tahoma, Times New Roman, Lucinda 
		Sans Unicode, sans-serif;
	color : silver;
}
	
}

.flashNote{
	font-size :12 px;
}


A:link {
	color: blue;
	text-decoration : none;
}

A:visited {
	color: blue;
	text-decoration : none;
}

A:hover {
	color: lime;
	text-decoration : none;
}


