/*
// *****************************************************************
// 
//  Typographic Styles
//  ==================
// 
//   o .title
// 
// *****************************************************************
*/

@font-face {
  font-family: 'Amaranth';
  src: url('Amaranth/Amaranth.eot');
  src: url('Amaranth/Amaranth.eot?#iefix') format('embedded-opentype'),
	   url('Amaranth/Amaranth.woff') format('woff'),
	   url('Amaranth/Amaranth.ttf') format('truetype'),
	   url('Amaranth/Amaranth.svg#Amaranth') format('svg');
  font-weight: normal;
  font-style: normal;
}

.Amaranth {
  font-family: "Amaranth";
}

@font-face {
  font-family: 'Cassandra';
  src: url('Cassandra/Cassandra.eot');
  src: url('Cassandra/Cassandra.eot?#iefix') format('embedded-opentype'),
	   url('Cassandra/Cassandra.woff') format('woff'),
	   url('Cassandra/Cassandra.ttf') format('truetype'),
	   url('Cassandra/Cassandra.svg#Cassandra') format('svg');
  font-weight: normal;
  font-style: normal;
}

.Cassandra {
  font-family: "Cassandra";
}

@font-face {
  font-family: 'WonderComicBold';
  src: url('WonderComicBold/WonderComicBold.eot');
  src: url('WonderComicBold/WonderComicBold.eot?#iefix') format('embedded-opentype'),
	   url('WonderComicBold/WonderComicBold.woff') format('woff'),
	   url('WonderComicBold/WonderComicBold.ttf') format('truetype'),
	   url('WonderComicBold/WonderComicBold.svg#SFWonderComicBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.WonderComicBold {
  font-family: "WonderComicBold", "ComicSansMS Bold";
}

.title {
  font-size: 1.3em;
  font-weight: bold;
  color: #215DC6;
  margin-bottom: 2px;
}

.subTitle {
  font-size: 1.1em;
  font-weight: bold;
  color: #215DC6;
  margin-bottom: 2px;
}

.highlight {
  font-weight: bold;
  color: #215DC6;
}

.code {
  font-family: "Courier New";
  font-size: 1.1em;
}

.codeSmall {
  font-family: "Courier New";
  font-size: 10pt;
  color: #191970;									/*  MidnightBlue  */
  text-align: left;
  margin-left: 20px;
}

a.xRef {
  border-bottom: .1rem dotted #0000f7;
  color: #0000f7;
}

/*
a {
  color: #215DC6;
}
*/