/* Stylesheet for Steph's site */

/* First the body stuff */

BODY {
    background: #660066;
    font: medium serif;
    color: #FFFFFF;
}

/* Now the link colours */

A:link {
	color: #FFCC00;
}

A:visited {
	color: #996600;
}

/* Headings */

H1 {
    font-weight: bold;
    font-size: xx-large;
    font-family: Gaze, fantasy;
    text-align: center;
}

H2 {
    font: bold x-large Flat Brush, cursive;
    text-align: center;
}

/* The lists */
DT {
    font: bold large cursive;
}


/* Some paragraphs */

P {
    font-size: medium;
    font-family: serif;
    color: #FFFFFF;
}

P.intro {
    font: large Flat Brush, cursive;
    color: #FFEAFC;
    text-align: center;
}

