UL {
   font-size : small; 
   font-family : Arial, Helvetica, sans-serif; 
   color : black; 
   background : transparent; 
   text-align : center; 
}


P {
   font-size : small; 
   font-family : Arial, Helvetica, sans-serif; 
   color : black; 
   background : transparent; 
   text-align : center; 
}


H3 {
   font-size : medium; 
   font-family : Arial, Helvetica, serif; 
   color : #000088; 
   background : #afeeee; 
   text-align : center; 
}


H2 {
   font-size : large; 
   font-family : Arial, Helvetica, serif; 
   color : #000088; 
   background : #afeeee; 
   text-align : center; 
}


H1 {
   font-size : x-large; 
   font-family : Arial, Helvetica, serif; 
   color : #000088; 
   background : #afeeee; 
   text-align : center; 
   border-width : medium; 
   border-style : solid; 
   border-color : inherit; 
}


EM {
   font-weight : bold; 
   color : #4169e1; 
   background : #b0e0e6; 
   text-align : center; 
}


BODY {
   color : Gray; 
   background : url(../FLOWER.html) repeat; 
   margin : 50px; 
}


B {
   color : red; 
   background : transparent; 
   text-align : left; 
}


A:visited {
   color : #800080; 
   background : transparent; 
   text-decoration : underline; 
}


A:link {
   color : #0000ff; 
   background : transparent; 
   text-decoration : underline; 
}


A:active {
   color : #ff0000; 
   background : transparent; 
   text-decoration : underline; 
}

P.c1 {
   font-weight : bold; 
   color : red; 
   background : transparent; 
   text-align : center; 
}