BODY	{color: blue; background:white}
.title  {font-size:xx-large; float:right; font-family: sans-serif;}
.menu	{position:absolute; right:1em; margin-right:0em; text-align:right; clear:both}
.splash	{font-size:1000%; font-family:sans-serif}

/* i couldn't get this approach to work.

   for some reason, mozilla wants to keep the space below the header clear.

   if i do get this to work, remember to remove the 
	P {margin-right:7em}
   in the individual documents

H1 {font-size: xx-large; float:right; font-family: sans-serif; font-variant: small-caps;}
.menu {float:right; text-align:right; margin-left:2em; padding-bottom:100%}

*/

/*
	this method breaks on mozilla if i specify HTML 4.01 / Transitional
	(works okay with not DTD declaration)

H1	{font-size: xx-large; text-align:right; font-family: sans-serif; font-variant: small-caps;}
*/
