 /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 5, 2013 */
@font-face {
    font-family: 'lucida_calligraphyitalic';
    src: url('../font/lcallig-webfont.eot');
    src: url('../font/lcallig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lcallig-webfont.woff') format('woff'),
         url('../font/lcallig-webfont.ttf') format('truetype'),
         url('../font/lcallig-webfont.svg#lucida_handwritingitalic') format('svg');
    font-weight: normal;
    font-style: normal;}

body {
    background-color: rgb(255, 255, 206);}

h1 {
	text-align:center;
    color: red; 
    font-family: 'lucida_calligraphyitalic';}
    
h2 	{
    color: green; 
  	margin-left: 10%;}
    
p 	{color: blue;}
 

ul {
	color: black;
	margin-left: 10%;
	font-size: 18px;}
        
figure{
    position: absolute;
    top: 200px;
    left: 800px;
    padding: 20px;
    width: 40%;}

figcaption {text-align: center;}

 
