h2
{
/*16px via YUI Fonts CSS foundation*/
font-size:123.1%;
}

h3
{
/*14px via YUI Fonts CSS foundation*/
font-size:108%;
}

abbr,acronym
{
/*indicating to users that more info is available */
border-bottom:1px dotted #000;
cursor:help;
} 

em
{
/*bringing italics back to the em element*/
font-style:italic;
}

ol li
{
/*giving OL's LIs generated numbers*/
/*list-style: decimal outside;	*/
list-style: none;
}

ul li
{
/*giving UL's LIs generated disc markers*/
/*list-style: disc outside;*/
list-style: none;
}

dl dd
{
/*giving UL's LIs generated numbers*/
margin-left:1em;
}

th,td
{
/*borders and padding to make the table readable*/
border:0px solid #000;
padding:0px;
vertical-align:top;
}

th
{
/*distinguishing table headers from data cells*/
font-weight:bold;
text-align:center;
}

caption
{
/*coordinated margin to match cell's padding*/
margin-bottom:.5em;
/*centered so it doesn't blend in to other content*/
text-align:center;
}

sup
{
font-size: 50%;
vertical-align: top;
}