/* MORRIGHAN FILMS STYLE SHEET */

	BODY {
		font-size : 10pt;
		font-family : Times, Times New Roman, Courier, Serif;
		font-weight : normal;
		color : #000000;
	}

	H3 {
		font-size : 14pt;
		font-family : Times, Times New Roman, Courier, Serif;
		font-weight : bold;
		color: #000000;
	}


	SMALL {
		font-size : 8pt;
		font-family : Times, Times New Roman, Courier, Serif;
		font-weight : normal;
		color: #000000;
	}

	A:Link{
		color: #FFCC00;
		text-decoration: none;
	}

	A:Visited{
		color: #FFCC00;
		text-decoration: none;
	}

	A:Active{
		color: #FFCC00;
		text-decoration: none;
	}

	A:Hover{
		color: #FFCC00;
		text-decoration: underline;
	}

