/* Lauren Carola */
/* Assignment - CSS External files */
/* Programming for the Internet */
/* November 6, 2000 */

BODY
{ 
background-image: url(images/gifs/spinningheart.gif);
 background-repeat: repeat-y;
 background-position: top right;
 background-attachment: fixed;
font-size: 18;
 font-family: serif, courier;
 color:#880088;
 margin: 20px, 30px;
}

 a:link{color:#880088}
 a:visited{color:#22CCCC}
 a:hover{color:#BBBB00}
