p {
	color: #0066cc;
	text-indent : 25;
	font : bold;
}
body {
	margin-left : 5%;
	margin-right : 5%;
}
.red {
	color: red;
}
.bgreen{
	color: green;
	font-weight : bold;
	font : bolder larger;
}
.pol{
	color: Lime;
	background : Blue;
	font : bold oblique large;
	margin-left : 50;
	margin-right : 50;
	text-align : center;
	text-decoration : blink;
}
BLOCKQUOTE {
	color: Red;
	margin-left : 20;
	margin-right : 20;
	text-align : left;
	font-weight : lighter;
	font-family : serif;
	font-style : oblique;
	font-variant : small-caps;
	
}
