/* <LINK REL="STYLESHEET" TYPE="text/css" HREF="cookbook1.css"> 
</HEAD>

  <body bgcolor="#526B84" font-size=14pt font-family="Minion Web, Palatino, Times New Roman, serif" text="#001DFA" background="classico.jpg" line-height=16pt margin-left=10pt margin-right=10pt link="#001DFA" vlink="#6C99C2" alink="#BD0808">
<center>
<p class="navigationbar"><A HREF="https://www.angelfire.com/hi3/PamsPlace/index.html" ALT="Pam's Place">Pam's Place HOME</A> | <A HREF="https://www.angelfire.com/hi3/PamsPlace/balloons/balloons.html" ALT="Balloon Animal Page">Balloon Sculpting</A> | <A HREF="https://www.angelfire.com/hi3/PamsPlace/needlework.html" ALT="Needlework Page">Needle Works</A> | <A HREF="https://www.angelfire.com/hi3/PamsPlace/beadbuddies/map.html" ALT="Bead Buddies Page">Bead Buddies</A> | <A HREF="https://www.angelfire.com/hi3/PamsPlace2/cake.html" ALT="Cakes Page">Cakes</A> |<br> 
<a href="https://www.angelfire.com/hi3/PamsPlace2/val.html" alt="Click here for my Valentine's Crafts.">Valentine Crafts</A> | <a href="https://www.angelfire.com/hi3/PamsPlace4/1.html" alt="Easter Crafts Page">Easter Crafts</a></p>
*/



BODY {
background-color: #CEDFEE;
background-image: url(classico.jpg);
background-repeat: repeat;     /* use background-repeat: repeat-y */
background-position: center;      /* for repeating down page, y axis*/
background-attachment: fixed;     /* doesn't scroll with text */
color: #001DFA;   /* Royal */
margin: 2%;
}

H1, H2, H3, H4, H5, H6 {
font-family: "Minion Web", Palatino, "Times New Roman", serif
}

H1 {
font-size: 160%;
color: #001DFA;    /* Royal Blue */
}

H2 {
font-size: 130%;
color: #4759B3;    /* Dk Blue */
}

H3 {
font-size: 120%;
color: #6C7BC4;      /*  Med Blue */
}

H4 {
font-size: 90%;
color: #7182D7;      /* Lt Med Blue */
}

A:link {     
color: #001DFA                /* Royal Blue */
}  

A:visited {
color: #6C99C2         /* Dk Blue */
}  

A:active {
color: #BD0808        /*  Dk Red */
}  

A:hover {
background-color: #CEDFEE     /* Lt Blue */
} 

P.navigationbar {
background-color: #CEDFEE;
border: medium #6C99C2  double;
padding: 1%;
text-align: center
}

P.navigationbar A:link {color: #001DFA;
text-decoration: underline}

P.navigationbar A:hover {background-color: #6C99C2;
color: #CEDFEE;
text-decoration: underline}

table {
border: thick #6C99C2  double;
background: #CEDFEE;
}  