P  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	list-style-type : disk;
	text-align : justify;
}

strong {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	list-style-type : disk;
	text-align : justify;
}

BIG  {
	font-size : 20;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
}

H1  {
	font-size : xx-large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}

H2  {
	font-size : 20;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}

H3  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}


H4  {
	font-size : large;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-align : center;
}


H5  {
	font-size : normal;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : right;
}


H6  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
}

A  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	color : black;
	text-align : left;
	font-style : normal;
	text-decoration : none;
}

A:Visited  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
	text-decoration : none;
}

A:Active  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : italic;
	color : black;
	text-align : left;
	text-decoration : none;
}

A:Hover  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
	text-decoration : underline;
}


body {
	background-color: #E0E0E0;
	}

