BODY{
	font-weight : bold;
	text-align: left;
	background: Snow;
	line-height: 2;
	margin: 1em 2%;
}
P{
	font-weight : bold;
	color : teal;
	text-align: left;
	line-height: 2;
	text-indent: 1em;
}

TABLE {
	font-weight : bold;
	color : teal;
	font-size: large;
	line-height: 1.6;
}
H5 {
	text-align: left;
	background-image : url(x1.jpg);
	line-height: 3;
	color : white;
	font-size: large;
	margin: 1em, 0em, 1em, 0em;
	padding: 0.75em
;}
H1 {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN";
	text-align: center;
	line-height: 2;
	color : white;
	font-size: x-large;
	background-image : url(x4.gif);
	margin: 1em;
	padding: 1em 1em
;}

H2 {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN";
	text-align: right;
	line-height: 1.5;
	color : navy;
	margin: 0.2em;
	padding: 1em 1em
;}

H3 {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN";
	line-height: 2.2;
	color : teal;
	background: white;
	margin: 1em, 5em, 1em, 5em;
	padding: 0.75em
;}


H4 {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN";
	line-height: 2.2;
	color : teal;
	background: white;
	margin: 1em, 5em, 1em, 5em;
	padding: 0.75em
	text-align: right;
;}



OL, UL {
	line-height: 1.8;
}

A:link    {color: blue;}
A:visited {color: blue;}
A:hover   {color: blue; background: #cff;}
A.new:hover   {color: red; background: gold;}

*.float
      {
         float: center;
         margin: 0em, 6em, 6em, 0em;
      }
*.floatclear
      {
         clear: both;
      }
img
	{
	padding: 10 50 10 20;
	border: 15px solid #eee;
	}
#caption
{
	width: 70%;
}