/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: June 2006
CONTACT: heidi@soundwebsolutions.net

NOTES: THIS IS ONLY FOR FONT SIZES, IN ORDER TO PROVIDE ALTERNATIVE STYLINGS
****************************/

h1 {
font-size:1.3em;
}
h2 {
font-size:1.3em;
}
h3 {
font-size:1em;
}
p {
}

#navigation h1 {
font-size:.9em;
}



#index #content #derbies h1, #content #derbies h1 a {
font-size:1.2em;
text-align:center;
}
#derbies h2 {
font-size:.9em;
}
#derbies #date {
font-size:.8em;
}
#derbies #prize {
font-size:.8em;
}
#derbies p {
font-size:.8em;
}




ol {
font-size:inherit;
}


#footer a, #footer p {
font-size:.8em;
}

#credit, #credit a{
font-size:.7em;
}


/********************************** OTHER STYLINGS ***************************/
.note {
font-size:small;
}
.blueText {
color:#006699; /*sea blue*/
}


