
@charset "utf-8";

/* FileName = test_page-01.css */

/* Learning CSS & HTML */

head p a	{font-size: 18pt;
		font-style: italic;
		font-style: bold;
}

a	{ text-decoration: none; 
	color: #9900CC;
	font face: Arial;}

/* <font face="Arial" color="#9900CC"> 

		<font color="#9900CC" face="Arial">
          <strong style="font-weight: 400">
		<font color="#9900CC">                     */
		
h1 {font-style: italic;
	color: blue;}
	
	color: "#0000FF";}
	
	text-decoration: overline; underline;} underline part not work...
		
	/* 	<h1><span style="text-decoration: overline"><u><font color="#0000FF"><i>Rite of Holy Union / Holy Matrimony</i></font></u></span></h1> */
	
i 	{color: blue;
	}
