

body, td, p, input, textarea {
  font-family: arial,helvetica;
  font-size: 12pt;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* Body elements for each page */
body.header {
  color: #FFFFFF;
  background-color: #CCCCFF;
  margin: 0em;
}

body.nav {
  color: #FFFFFF;
  background-color: #CCCCFF;
  margin: .5em;
}

body.border {
  background-color: #000087;
}

body.content {
  color: #000000;
  background-color: #ffffff;
  margin: 1em 1em 1em 3em;
}

body.artifact_nav {
  color: #000000;
  background-color: #ffffff;
  margin: 0em 0em 0em 1em;
}

/* Nav links */
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
  font-family: arial, helvetica;
  font-size: 12pt;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
/**** Artifact Title Nav Links *****/

.artifactTitle { 
  font-family: arial, helvetica;
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}


.noteFooter, a.noteFooter:link, a.noteFooter:visited, a.noteFooter:hover, a.noteFooter:active {
  font-family: arial, helvetica;
  font-size: 8pt;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

a.noteFooter:link, a.noteFooter:visited, a.noteFooter:hover, a.noteFooter:active{
 color: #0000ff;
 text-decoration: underline;
}
/* All other links */

a:link, a:visited, a:hover, a:active {
  font-size: 12pt;
  font-weight: bold;
}

.crumb, a.crumb, a.crumb:hover, a.crumb:visited, a.crumb:active {
    font-size: 8pt;
}

/* The style of the text when there are no items (like artifacts or resources) */
p.noItems {
  font-weight: bold;
}

/* The title of the page in the content frame, if any */
p.contentTitle {
  font-size: 16pt;
  font-color: red;
}


/* Style for the instructor's name in the header. */
span.headerInstructorName {
  font-family: arial, helvetica;
  font-size: 36pt;
  color: #000000;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

/* Style for the words "Electronic Teaching Portfolio" in the header. */
span.headerETP {
  color: #000080;
  font-size: 10pt;
  font-weight: bold;
}
