/*lupu1.css*/
h1, h2, h3, h4, p, div, span	{
	/*width: 75%;*/
	padding: 0px auto 0px auto;
	text-align: center;
	}
div	{
	text-align: center;
	}

h1 	{
	color: red;
	background-color: #FDF1D6;
	/*border-bottom: thin ridge white;*/
	/*text-decoration: underline;*/
	}

h2	{
	color: green;
	font-family: Cursive;
	text-decoration: underline;
	}

h3	{
	color: blue;
	font-family: Courier New, Courier, Monospace;
	}

img	{
	/*padding-bottom: 1em;*/
	padding-top: 1em;
	}

ul li	{
	padding-bottom: 1em;
	}

ol	{
	padding-left: 10%;
	}

p.footer	{
	border-top: thin ridge white;
	}

p.text	{
	text-align: justify;
	margin: 0px 18% 1em 18%;
	}

p.sign	{
	margin: 0px 18% 1em 18%;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-family: Cursive;
	background-color: white;
	color: blue;
	
	}

span	{
	text-align: center;
	}

span.ash1	{
	color: red;
	background-color: #FDF1D6;
	font-family: Sans-Serif;
	/*font-size: x-large;*/
	font-size: xx-large;
	font-weight: bold;
	}

span.ash2	{
	color: green;
	background-color: white;
	font-family: Cursive;
	font-size: large;
	}

span.bigger	{
	font-size: large;
	background-color: white;
	text-decoration: underline;
	color: red;
	}

span.caption	{
	font-weight: bolder;
	font-family: Sans-Serif;
	font-size: large;
	}

span.footer	{
	font-size: small;
	}

ul	{
	padding-left: 35%;
	}

