<!-- ----------------------------------------- -->
<!--                                           -->
<!--             Ling-Yueh Chan                -->
<!--                                           -->
<!--    URL : www.angelfire.com/folk/ling      -->
<!--                                           -->
<!-- ----------------------------------------- -->
<!DOCTYPE html 
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
   <title> Ling's Homework #12 - More CSS </title> 
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
<style type="text/css">
<!--

h2 {
   font-family:veranda, arial;
   color:#FF0000;
   background:#FFFF66;
   text-align:center;
}

body {
   background-color:#00FF00; 
   background-image:url(../images/flclogo.jpg);
   background-repeat:no-repeat;
   background-position:center;
   background-attachment:fixed;

}

p {font-size:16pt;}

.blue {color:#000099;font:italic 9pt arial;}

.purple {
   color:#990099;
   font-weight:700;
}

div {font-style:oblique}

blockquote {background:#CCCCCC; font:10px 400;}

-->
</style>

</head> 

</html>


