BODY  {
	font-family : Courier;
	color : Black;
	font-size : medium;
	background-color : White;
	text-align : center;
	margin-left : 100;
	margin-right : 100;
}

p.Left {
	text-align : left;
}

p.right {
	text-align : right;
}

H1  {
	font-size : xx-large;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-weight : bold;
}

H3  {
	text-align : left;
}

A  {
	color : Red;
	text-decoration: none; 
}

A:Hover  {
	color : Yellow;
	background-color : Red;
}

p.mali  {
	font-size : xx-small;
}
