body
{/*Lists fonts for use if the first is not available.  Reads
left to right till it finds a font that is available.*/
	font-family: Verdana, Geneva, Arial, sans-serf;
	font-size:21px;
}
p
{
	font-size: 150%;
}

a
{
  font-size:large;
}

p.em
{
	font-size:1.5em;
}