/* standard style sheet - for jaredrehberg.com */
body
{
  background-color: #000000;
  color: #FFFFFF; 
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
}

h1
{
  text-align: center;
  color: #FFFFFF;
  font-size: 14pt;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h2
{
  color: #FFFFFF;
  font-size: 12pt; 
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h3
{ 
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  font-family: arial, helvetica, sans-serif;
}

p
{
  color: #FFFFFF;
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
}

td
{
  color: #FFFFFF;
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
}

a         { color: #FFFFFF; text-decoration: none}
a:link    { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:active  { color: #FFFFFF; text-decoration: underline }
a:hover   { color: #FFFFFF; text-decoration: underline }

.photo
{
  border-style: none;
}
.photo:hover
{
  border-style: dotted;
  border-width: 1px;
}

.footer
{
  text-align: center;
  font-size: 8pt;
  border-top: solid thin #CFBA67;
  padding-top: 8px;
  padding-bottom: 0px;
}

.center { text-align: center }
.right  { text-align: right }
.left   { text-align: left }

.small  { font-size: 8pt }
.bigger { font-size: 11pt }
.rightsmall   { text-align: right;  font-size: 8pt }
.centersmall  { text-align: center; font-size: 8pt }
.centerbigger { text-align: center; font-size: 11pt }

.fire  { color: #FF0000 }
.water { color: #0099CC }
.air   { color: #FFFF00 }
.earth { color: #E28741 }

