@charset "UTF-8";
/* CSS Document */

body {
font-family: Verdana, Helvetica, sanserif;
font-size: .9em;
background-color: #C0C0C0;
color: #000000;

}

h1 {
font-family: Verdana, Helvetica, sanserif;
font-size: 1.9em;
font-weight: bold;
color: #000000;
}

h2 {
font-family: Verdana, Helvetica, sanserif;
font-size: 1.4em;
font-weight: bold;
color: #000000;
}

h3 {
font-family: Verdana, Helvetica, sanserif;
font-size: 1.2em;
font-weight: bold;
color: #000000;
}

h4 {
font-family: Verdana, Helvetica, sanserif;
font-size: 1.1em;
font-weight: bold;
color: #000000;
}


/* style for navigation */


#navbar p {
font-family: Verdana, Helvetica, sanserif;
color: #f7e128;
}

a:link {
font-family: Verdana, Helvetica, sanserif;
color: #0000FF;
}

a:visited {
font-family: Verdana, Helvetica, sanserif;
color: #FF0000;
}

a:hover {
font-family: Verdana, Helvetica, sanserif;
color: #0000FF;
}

a:active {
font-family: Verdana, Helvetica, sanserif;
color: #0000FF;
}

/* workshop & support astronomer descriptions white text, caption and menu note tiny text */

.description {
color: #000000;

}

#caption {
color: #000000;
font-size: .7em;

}

.menunote {
color: #000000;
font-size: .7em;

}

/* schedule header white text */

.header {
font-family: Verdana, Helvetica, sanserif;
font-size: 1.1em;
font-weight: bold;
color: #000000;

}

/* registration form black text on white */

.registration {
color: #000000;
background-color: #C0C0C0;

}



em {
font-style: italic;
font-weight: normal;
}

strong {
font-style: normal;
font-weight: bold;
}

