div, ul, a
{
  font-family: "Gill Sans", "Gill Sans MT", Verdana;
  font-weight: lighter;
  font-size: 10pt;
  color: #A8A8A8;
  //text-shadow: 1px 1px 1px #E0E0E0
}

div.box
{
  align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  
  margin-top: 10px;
  margin-bottom: 10px;
  
  text-align: justify;
  width: 230px;
  
  border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  
  border-style: dotted;
  border-color: #E0E0E0;
  border-left-color: #D0D0D0;
  border-top-color: #D0D0D0;
  border-width: 1px;
}

span.title
{
  font-variant: small-caps;
}

ul
{
  margin-left: 0;
  padding-left: 0;
}

ul.essay
{
  text-align: justify;
  font-family: Georgia;
  font-size: 10pt;
  color: #000000;
}

li
{
  margin-left: 1.5em;
  margin-top: 0.7em;
  padding-left: 0em;
}

h1
{
  font-family: "Gill Sans", "Gill Sans MT", "Verdana";
  font-weight: lighter;
  font-size: 12pt;
  color: #E0E0E0;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

h1.essay
{
  border-bottom-width: 0px;
  border-bottom-style: none;
}

h2
{
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

 
a:link
{
  color: #880000; 
} 

a:visited
{
  color: #880000; 
} 
a:hover
{
  color: #8888ff; 
} 
a:active
{
  color: #bbbbff; 
}


div.paragraph
{
  text-indent: 1em;
}

div.essay
{
  text-indent: 2em;
  margin-bottom: 1em;
  text-align: justify;
  color: #000000;
  font-size: 10pt;
  font-family: Georgia;
}

div.columns
{
  width: 600px;
  
  //Add -webkit- and -moz- for cross-platform support.
  -webkit-column-width: 250px;
     -moz-column-width: 250px;
          column-width: 250px;
          
  -webkit-column-count: 2;
  //   -moz-column-count: 2;
  //        column-count: 2;
          
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}