body {
background-color: #51306E;
}

.title {
padding:3px; 
font-family: Rochester;
letter-spacing: 3px;
font-size: 40px;
text-align: left;
color: #ffffff;
}

.content {
padding:4px; 
font-family:Alan Sans;
letter-spacing: 1px;
font-size: 18px;
line-height: 36px;
text-align: justify;
  font-weight:300;
color: #F5A21C;
}

a:link, a:visited, a:active {
font-family: Alan Sans;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color: #DC711C;
text-decoration: none;
}

a:hover {
font-family: Alan Sans;
letter-spacing: 1px;
font-size: 18px;
text-align: justify;
color: #F5A21C;
cursor: default;
}

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

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

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


input, textarea, submit, reset, option, select {
padding: 7px;
font-family: Arial;
letter-spacing: 2px;
font-size: 16px;
text-align: justify;
color: #D18611;
cursor: default;
background-color: #51306E;
       text-align: left;
       border-top-width: 1px;
       border-right-width: 1px;
       border-left-width: 1px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color: #E28A00;
}

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