/* Style sheet for KandaceK's stories */
/* Background color is an off white. Text will be a dark navy  */
body {
  background: #cccc99 url(../images/corbiegreen.gif); 
  color: #000033;
  position: relative;
}

.leftadjust {
  margin-left: -5%;
}

hr {
  margin-left: -5%;
  color: navy;
  width: 95%;
}

h1,h2,h3,h4
{
  font-family: georgia, garamond, times, serif;
  color: #003300;
  margin-top: 0;
  margin-bottom: 1;
  padding: 0;
  text-align: center;

}

h1 {font: small-caps bold italic 2.5em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 115%; font-style: oblique;}

a {font-size: 110%}

p {
font: 16px/18px arial, tahoma, sans-serif;
color: rgb(0,0,51);
margin-left: 5%;
margin-right: 10%;
}
/* Drop-cap the first letter in a paragraph */
p.dropcap: first-letter
{
  font: bold 400% 'Times New Roman', times, serif;
  color: #003300;
  float: left;
  margin-right: 5px;
}

p.separator {
  font: bold Georgia, Times, serif;
  color: #003300;
  text-align: center;
 }


li,th,td,dl,dt,dd
{
font-size: 100%;
}

p.small {font-size:90%; margin-left:1%}
p.outdent {margin-left:3%}
p.indent {margin-left:10%; margin-right:10%}

#triumph {font-family: "bt triumph","garamond","sans serif"}
#highlander {font-family: "highlander","tahoma","sans serif"}
#antiqua {font-family: "book antiqua";"tahoma","sans serif"}
#gothic {font-family: "century gothic"; "times","sans serif"}

/* color of link is "forestgreen", visited is "coral", active is "lightseagreen", hover is "coral" */
a:link {color:#228B22; text-decoration:none;}
a:visited {color:#FF7F50; text-decoration:none}
a:active {color:#20B2AA; text-decoration:none}
a:hover {color:#B22222; text-decoration:none}

