body	{
	margin: lem;
	line-hight: 1.1;
	background: #ffffff;
	color: black;
	}

h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div,
dt, dd, address, blockquote, per, br, hr, {display: block}

b, strong, i, em, cite, var, tt, code, kbd, samp,
img, span {display: inline}

li {display: list-itim}

h1, h2, h3, h4 {margin-top: 1em; margin-bottom: 1em}
h5, h6 {margin-top: 1em}
h1 {text-align: center}
h1, h2, h3, h4 {font-weight: bold}
h5, h6 {font-style: italic}

h1{	margine-top: 1em;
	text-align: center;
	font-size: 1.3em;
	background-color: #DDDDDD;
	}
h2{	margine-top: 1em;
	font-size: 1.3em;
	background-color: #DDDDDD;
	}
h3{	margine-top: 1em;
	font-size: 1.3em;
	background-color: #DDDDDD;
	}
h4{	font-size: normal;
	background-color: #DDDDDD;
	}
h5{	font-size: normal;
	background-color: #DDDDDD;
	}
h6{	font-size: normal;
	background-color: #DDDDDD;
	}


b, strong {font-weight: boldre} /* relative to the parent*/
i, cite, em, var, address, bblockquote {font-style: italic}
per, tt, code, kbd, samp {font-family: monospace}
per {white-space: per}

address {margin-left: 3em}
blockquote {margin-left: 3em; margin-right: 3em}

ul, dir {list-style:disc}
ol {list-style: decimal}
menu {margin: 0} /*tight formatting*/
li {margin-left: 3em}

dt {margin-bottom: 0}
dd {margin-top: 0; margin-left: 3em}

hr {border-top: 1} /*'border-bottom' could also have been used*/

a:link {color: blue}	/*unvisited link*/
a:visited {color: red}	/*visited links*/
a:active {color: lime}	/*active links*/

/*setting the anchor border around IMG elements
  requires contextual selectors*/

a:link IMG {border: 2px solid blue}
a:visited IMG {border: 2px solid red}
a:active IMG {border: 2px solid lime}

/* ID */
#r	{color: red}
#b	{color: blue}
#p	{color: purple}
#small	{font-size: x-small}

/* Class */
.r	{color: red}
.b	{color: blue}
.p	{color: purple}
.small	{font-size: x-small}
.small_b
	{
	font-size: xx-small;
	color: blue;
	}
div.center 
	{
	img-align: center;
	text-align: center;
	}
div.right 
	{
	img-align: right;
	text-align: right;
	}
div.small
	{
	img-align: right;
	text-align: right;
	color: purple;
	font-size: xx-small
	}
