/* CSS Document */

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

NOTES: formatting - color, font size and text specific styling only
****************************/

* {
font-family:Helvetica, Arial, sans-serif;
}
h1 {
font-size:1.4em;
}
h2 {
font-size:1em;
color:#660000;
}
h3 {
font-size:1em;
}
p {
font-size:.8em;
color:black;
}
ul {
font-size:.8em;
color:black;
}
a {
color:#666633;
text-decoration:none;
}
a:hover, a:active {
font-weight:bold;
color:#663300;
text-decoration:underline;
}

address .right{
color:#666633;
text-align:left;
font-style:normal;
font-size:.8em;
}
address .left {
text-align:left;
color:#666633;
text-align:right;
font-style:normal;
font-size:.8em;
}

#header p, #header h3 {
text-align:center;
color:black;
}

#credit h1, #credit h1 a{
font-weight:normal;
font-size:.9em;
color:#ffffff;
text-align:right;
text-decoration:none;
}

/********************************** OTHER STYLINGS ***************************/
.note {
font-size:small;
}


/*********************************** PAGE SPECIFIC FORMATTING********************/
