﻿/*
CSS for Actual World
*/

body {
 font-family: Helvetica, Arial, sans-serif;
 color: #303030;
 background-color: white;
 line-height: 135%;
 padding: 50px;
}

table {
 border-collapse: collapse;
 border: 1px #ebecf6;
 width: 800px;
}

td {
 border: 1px #ebecf6;
 padding: 0.8em;
 width: 12%;
}


h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 2.0em;
 color: orange;
 font-weight: normal;
 line-height: 100%;
}


p {
 color: #505050;
}


h2 {
 font-family: Helvetica, Arial, sans-serif;
 color: #505050;
 font-weight: normal;
 font-size: 1.0em;
 padding-top: 1.0em;
 padding-left: 1.0em;
 padding-right: 1.0em;
 padding-bottom: 1.5em;
}

h3 {
 font-family: Georgia, Cambria, Times, serif;
 color: #505050;
 font-size: 0.85em;
 font-weight: normal;
 line-height: 138%;
}

h4 {
 font-family: Helvetica, Arial, sans-serif;
 color: #505050;
 font-weight: normal;
 font-size: 1.0em;
 line-height: 130%;
}

h5 {
 font-family: Helvetica, Arial, sans-serif;
 color: #505050;
 font-weight: normal;
 font-size: 0.85em;
 line-height: 120%;
}

h6 {
 font-family: Georgia, Cambria, Times, serif;
 color: #505050;
 font-size: 0.80em;
 font-weight: normal;
 line-height: 140%;
}

h7 {
 font-family: Helvetica, Arial, sans-serif;
 color: #505050;
 font-size: 0.70em;
 font-weight: normal;
 line-height: 100%;
}


h8 {
 font-family: Georgia, Cambria, Times, serif;
 color: #505050;
 font-size: 0.85em;
 font-weight: normal;
 line-height: 100%;
}

a {
 font-weight: normal;
}

a:link {
 color: #505050;
 text-decoration: none;
}

a:visited {
 color: #505050;
 text-decoration: none;
}

a:hover {
 color: #c37e07;
 text-decoration: none;
  }

a:active {
 color: #744a00;
 text-decoration: none;
 }

a.percy {
 font-weight: normal;
}

a.percy:link {
 color: #5a3c7d;
 text-decoration: none;
}

a.percy:visited {
 color:  #5a3c7d;
 text-decoration: none;
}

a.percy:hover {
 color: #c37e07;
 text-decoration: none;
  }

a.percy:active {
 color: #744a00;
 text-decoration: none;
 }


#navigation a {
 text-decoration: none;
 font-family: Arial; sans-serif;
 font-size: 0.95em;
 font-weight: normal;
}

#wrap {
 width: 800px;
 margin: 0 auto;
}

#container {
  width: 800px;
  margin: 0 auto 0 auto;
  padding: 15px;
  border: 3px solid #d5dcef;
  background: #ffffff; 
}

#content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#bgtint {
  background: #ebecf6;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.0em;
}

#bgtintt {
  background: #fffdda;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.0em;
}

#bgtinttt {
  background: #deccba;
  padding-left: 0.0em;
  padding-right: 0.0em;
  padding-bottom: 0.0em;
}

#bgtintttt {
  background: #fdfdef;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.0em;
}

u {    
    border-bottom: 1px dotted #505050;
    text-decoration: none;
}





