﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: Verdana, Arial, "Helvetica Neue",Helvetica,sans-serif;
    background-color: #000000;
    color: #ffffff;

}


a {
  background: transparent;
  color: #ffffff;
  text-decoration:underline;
}
a:active,
a:hover {
  outline: 0;
  color: #ffffff;
  text-decoration:underline;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.home-title {
    font-size: 1.27em;
    color: #999999;
}

.footer {
    font-size: 0.73em;
    color: #666666;
}

a.footerlink {
  background: transparent;
  color: #666666;
  text-decoration:underline;
}
a.footerlink:active,
a.footerlink:hover {
  outline: 0;
  color: #666666;
  text-decoration:underline;
}

.about{
    font-size: 0.73em;
    color: #ffffff;
}

.title{
    font-size: 1.27em;
    font-weight: bold;
    color: #ffffff;
}

.darkgrey{
    color: #999999;
}

.kiwonquote{
    font-size: 1.6em;
    font-family: Times New Roman, Times, serif;
    line-height: 2.4;
    color: #333333;
}

.blackborder{
    border:1px solid #000000;
}

.whiteborder{
    border:1px solid #ffffff;
}


/*<font size=1>- font size 1</font><br>
<span style="font-size:0.63em">- font size: 0.63em</span><br>

<font size=2>- font size 2</font><br>
<span style="font-size: 0.82em">- font size: 0.82em</span><br>

<font size=3>- font size 3</font><br>
<span style="font-size: 1.0em">- font size: 1.0em</span><br>

<font size=4>- font size 4</font><br>
<span style="font-size: 1.13em">- font size: 1.13em</span><br>

<font size=5>- font size 5</font><br>
<span style="font-size: 1.5em">- font size: 1.5em</span><br>

<font size=6>- font size 6</font><br>
<span style="font-size: 2em">- font size: 2em</span><br>

<font size=7>- font size 7</font><br>
<span style="font-size: 3em">- font size: 3em</span><br>*/

