/* ccn-cl.css */

/* Custom styles for curriculum links pages */
h1 {font-size: 1.5em; color: #1B2C50; margin-bottom: 0px;}
h2 {font-size: 1.2em; color: #1B2C50; margin-bottom: 0px;}
h3 {font-size: 1em; color: #ffffff; background-color: #1B2C50; margin-top: 10px; margin-bottom: 4px;}
h4 {font-size: 1em; color: #1B2C50; background-color: transparent; margin-top: 10px; margin-bottom: 4px;}
li {padding-bottom: 6px;}
ol li {padding-bottom: 6px;}

/* 'One-off' class styles handle specific issues in different pages */
p.bold {font-weight: bold;}
p.blue {color: #1B2C50; background-color: transparent;}
p.blueBold {font-weight: bold; color: #1B2C50; background-color: transparent; padding-left: 6px;}
p.hangingIndent {text-indent: -16px; padding-left: 23px;}
