
	body {	
			color: black;
			background-color: white;
			background-image: url(images/back_left.png);
			background-repeat: repeat-y;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 0.8em;
			margin-left: 20px;
			margin-right: 50px;
	}

	p,h1,h2, small {
			margin-right: 50px;
	}
	
	table	{	
			margin-left: 60px;
			text-align: justify;
	}

	h1, h2	{
			clear: right;
			font-weight: bold;
			font-variant: small-caps;
			border-top: 2px solid;
			border-bottom: 2px solid;
			text-indent: 0.2em;
	}

	h1		{	
			font-size: 2.5em;
			text-align: center;
			color: black;
			background-color: #E0E0E0;
			letter-spacing: 0.1em;
	}
	
	h2		{	
			margin-left: 180px;
			font-size: 1.5em;
			color: black;
			border-top: none;
	}

	p		{		
			margin-left: 180px;
			text-align: justify;
	}

	ol, dl {
			margin-left: 200px;
			margin-right: 50px;
			line-height: 1.5em;
	}

	ul		{	
			list-style-type: square;
	}

	a		{		
			font-weight: bold;
			text-transform: uppercase;
	}

	xmp		{	
			margin-bottom: 0.5em;
			font-size: 1.2em;
	}

	small	{
			float: right;
	}

	strong	{
			font-size: 1.2em;
		}
