body {
background-color: #07070B;

}


.title {
padding:6px; 
font-family: Roboto Condensed;
letter-spacing: 0px;
font-size: 28px;
text-align: justify;
color: #93B2B9;
text-transform: uppercase;
cursor: default;
}

.content {
padding:4px; 
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 18px;
line-height: 37px;
text-align: justify;
color: #322F28;
font-weight: 300;
cursor: default;
}

a:link, a:visited, a:active {
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color: #6F99A3;
text-decoration: none;
}

a:hover {
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color: #8EB6BE;
cursor: default;
}

.nav a:link {
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 15px;
text-align: justify;
color: #6F99A3;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
       border-top-width: 3px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #BFCEC9;
padding: 20px;
}

.nav a:visited {
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 15px;
text-align: justify;
color: #6F99A3;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
       border-top-width: 3px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #BFCEC9;
}

.nav a:active {
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 15px;
text-align: justify;
color: #6F99A3;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
       border-top-width: 3px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #BFCEC9;
}

.nav a:hover {
font-family: Roboto Condensed;
letter-spacing: 1px;
font-size: 15px;
text-align: justify;
color: #B3C0C5;
cursor: default;
font-weight: 500;
text-transform: uppercase;
       border-top-width: 3px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #B3C0C5;
}

i {
color: #BBC6CB;
font-style: italic;
}

b {
color: #BBC6CB; 
font-weight: bold;
}

u {
color: #BBC6CB; 
text-decoration: underline;
}

blockquote {
line-height: 30px;
padding: 4px;
color: #A1BFC3;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #BBC6CB;
}

input, textarea, submit, reset, option, select {
padding: 4px;
font-family: Roboto Condensed;
letter-spacing: 2px;
font-size: 17px;
text-align: justify;
color: #9CBABE;
background-color: #ffffff;
cursor: default;
       text-align: left;
       border-top-width: 1px;
       border-right-width: 1px;
       border-left-width: 1px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #82A8AE;
}

*:focus {
outline: none;
outline-width: 0; }