/* styles that are to NOT available to ns4 should be in name_extra_styles.css */
/* urls should be changed to top directory for final */
/* colour variations are added with these additional css pages eg: (name_styles_default.css, name_styles_pink.css) */


/* any h tag with a font-size greater than p+1 must specify line-height */
h1 {  color: #4d1676;  }
h2 {  color: #4d1676;  }
h3 {  color: #4d1676;  }
h4 {  color: #4d1676;  }

a {  color: #4d1676;  }
a:hover {  color: #00c;  }
.nav a:hover {  color: #4d1676;  }
.subNav a:hover {  color: #4d1676;  }
.altNav a {  color: #4d1676; text-decoration: none;  }
strong a {  color: #4d1676; text-decoration: none;  }
strong a:hover {  color: #00c;  }

.highlight {  color: #4d1676;  }

ul {  color: #4d1676;  }
ol {  color: #4d1676;  }

hr.alt {  display: block; height: 2px; color: #fff; background: transparent; border-style: none; border-bottom: 2px dotted #4d1676; margin-top: 0px; margin-bottom: 12px;  }
.lineAbove.alt {  border-top: 1px solid #a68aba;  }
.lineBelow.alt {  border-bottom: 1px solid #a68aba;  }
.lineLeft.alt {  border-left: 1px solid #a68aba;  }
.lineRight.alt {  border-right: 1px solid #a68aba;  }
.outline.alt {  border: 1px solid #a68aba;  }
