H1 	{
	background: #AAA;
	}

H2	{
	}

H3	{
	}

BODY
	{
	font-family: Comic Sans MS;
	background: Pink;
	color: DarkBlue;
	}

P, DT
	{
	font-size: 100%;

	}

OL,
UL
	{
	font-size: 150%;
	font-weight:bold
	}

DD
	{
	font-size: 150%;

	}

TABLE
	{
	background: #CFC;
	font-size: 100%;
	}

TH,
TD	{
	font-size: 100%;
	}

TR,
LI	{
	font-size: 100%;
	font-weight:normal
	}

PRE	{
	font-size: 200%;
	}
	
