<style>
		body 	{
			background-color:lightgreen;
			font-family: Times New Roman;
			text-size: 15px;
			margin-left:50px;
			margin-right:50px;
			}
		h1	{
			color: red;
			}			
		h1,p.ozadje{
			background:yellow;
			}
		h1, h3	{
			text-align:center;
			}
		h2,h3,h4,p {
			color:black;
			}
		#para1{
			color:blue;
			}
		#para2{
			color:darkorange;
			}
		
		p.large {
			font-size :20px
			}


	</style>