@font-face 
{
font-family: Gigi;
font-style:  normal;
src: url(http://www.geocities.com/saratripp2000/GIGI.eot);
}

H1 { font: 60pt Gigi; }
H2 { color: #660088; font: 25pt Gigi; }
H3 { font: 40pt Gigi; }


BODY { background-color:floralwhite; 
scrollbar-face-color:#660088;
scrollbar-arrow-color:#DDDDFF;
scrollbar-track-color:floralwhite;
scrollbar-shadow-color:#660088;
scrollbar-highlight-color:#660088;
scrollbar-3dlight-color:#660088;
scrollbar-darkshadow-Color:#660088 }

A:link { color: blueviolet; text-decoration: none; }
A:visited
{
color: darkorchid;
text-decoration:none;
}

A:active { color: blueviolet; text-decoration: none; }
A:hover { color: #660088; text-decoration: underline; }