body 	{ 
		background-repeat: no-repeat;
		background-attachment: scroll;
		margin-right: 150px; padding: 0px; background-color: white;
		background-position: 97% 1%;
		background-size: 100px;
		font-family: Arial, sans-serif, sans; font-size: 12px; 
		border-top: 20px solid blue;
		border-bottom: 20px solid blue;
     	}
h1   	{
		color: blue;
		background-color: white;
		font: normal smallcaps bold 24px arial, sans-serif;
		letter-spacing: 0px;
		align: center;
		
	}
h2   	{	
		color: black;
		background-color: white;
		font: normal bold 20px arial, sans-serif;
		letter-spacing: 0px;
     	}
h3	{	color: red;
		background-color: white;
		font: normal smallcaps bold 24px arial, sans-serif;
		letter-spacing: 0px;
	}
h4   	{	
		color: black;
		background-color: white;
		font: normal bold 14px arial, sans-serif;
		letter-spacing: 0px;
     	}
p    	{
		font-family: "Arial";
		font-size: 12px;
		
     	}
a	{	color:inhert;
		text-decoration:none;
	}
b	{	color: blue;
		align: center;
	}

		
	