/* CSS definition file containing site wide stylesheets */

P {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: x-small
}

A {
	font-family: "Microsoft Sans Serif",  sans-serif;
 	font-size: x-small;
 	color: rgb(153,153,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}