html, body
{
 background:	#fff;
 color:		#000;
 font-family:	Tahoma,Verdana,sans-serif;
 font-size:	12pt;
 padding:	0.5em;
 text-align:	left;
}

a:link
{
 color:		#00c;
}

a:visited
{
 color:		#909;
}

a:hover
{
 color:		#00f;
}

h1
{
 font-size:	130%;
}

h2
{
 font-size:	120%;
}

h3
{
 font-size:	110%;
}

h4
{
 font-size:	110%;
}

acronym
{
 border-bottom:	1px dashed #090;
 cursor:	help;
}

