
/***font-families:

     'blackjackregular'
     'caviar_dreamsbold'
     'caviar_dreamsbold_italic'
     'caviar_dreamsitalic'
     'caviar_dreamsregular'
     'devroye_unicoderegular'
***/

body, p, ul, ol, h1, h2, h3, h4, h5, h6, form, td, dt, dd {
  font-family: 'caviar_dreamsregular', trebuchet ms, century gothic, sans-serif;
 /* color: #4A5BAD;*/
  color:#354781;
  
}

h1, h2, h3, h4, h5, h6 {
/*  font-family: 'devroye_unicoderegular', georgia, serif;*/
  color:#354781;
  margin:0;
}

h1 {
  font-size:8em;
  font-family: 'blackjackregular', georgia, serif;
}



h2 {
  font-size:5em;
  margin-top:.5em;
}


h3 {
  font-size:4em;
}

h4 {
  font-size:3em;
}

ol,ul {
  margin:0;
  padding:0 0 0 1.5em;
}

p,ol,ul {
  font-family: 'caviar_dreamsregular', trebuchet ms, century gothic, sans-serif;
  font-size: 1.9em;
  line-height: 150%;
 /* font-weight:bold;*/
  text-align:left;
}

ul {
  list-style-type:circle;
}

ul li {
  margin-bottom:.5em;
}

p.cav,
p.ex,
p.lane {
  font-size: 2.5em;
  line-height:150%;
  font-weight:normal;
}

p.ex {
  font-family: 'existencelight', trebuchet ms, century gothic, sans-serif;
  font-weight:bold;
}

p.lane {
 /* font-family: 'lane_-_narrowregular', trebuchet ms, century gothic, sans-serif;*/
  font-family: century gothic, sans-serif;
}





/**** links ***/


a:link, a:active, a:visited {
  text-decoration:underline;
 /* color: #FF812B;*/
  color:#AB005D;
}

a:hover {
  text-decoration: underline overline;
}


