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

<style>
	p {color:red;}
	p.background {font-family:"Times New Roman", Times, serif; color:white}
	.quote {font-family:"Times New Roman", Times, serif font-size:18px; color:white}
	body {background:black}
	div.photo{color:gold; 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>