@charset "UTF-8";
/* CSS Document */

<style>
	p {color:red;}
	p.background {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:gold}
	.quote {font-family:Verdana, Geneva, sans-serif; font-size:16px; color:gold}
	body {background:#09F}
	div.photo{color:white; position:absolute; top:100; left:300; width:500; height:500;}
	span.myL {float:left; width:0.7em; font-size:400%; font-family:"Times New Roman", Times, serif; line-height:80%}
	</style>