/* all paragraphs styling begins */
p {
    color:rgb(0, 0, 0);
    background-color:rgb(255, 255, 255);
    font-size:medium;
}
/* all paragraphs styling ends */

/* heading 1 styling begins */
h1 {color:rgb(255, 70, 152);
    font-family:cursive, Times, serif;
    font-weight: 700;
}
/* heading 1 styling ends */

/*heading 1 id styling begins */
#biointro {color:rgb(255, 70, 172);
}
/*heading 1 id styling ends */

/* titles styling begins*/
.biotitle {font-size: small;
    font-family:'Lucida Console', Times, serif;
    font-style:italic;
    font-variant:small-caps;
    font-weight: lighter;
    color:rgb(255, 70, 172)
}
/* tiles styling ends*/



/*Jasmine Greene Heading styling */
.biojazzindex{font-size:x-large; color:rgb(255, 70, 152); font-family:cursive, Arial, serif;}

.biounderlinejazz {text-decoration: underline;}


.bionavbar {font-family: cursive, arial, serif; color:rgb(255, 70, 152);}

p.biolinks {font-family:'Lucida Console', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:rgb(255, 70, 152);
}

h3.biolinks {color:rgb(255, 70, 152);}

h1.biolinks {color:rgb(255, 70, 152);}

h1.biohead {font-size:x-large; text-decoration:underline; color:rgb(72, 145, 255);}

p.bio {font-size:medium; font-family:Georgia, 'Times New Roman', Times, serif, Arial, sans-serif;}

p.bioquote {font-family:cursive, Arial, Helvetica, sans-serif;
    font-weight: 700;
}