/* SET DEFAULTS */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFFFFF;
    font-size: 14px;
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

a {
    color: red;
    background-color: yellow;
    text-decoration: underline;
}

a:hover {
    color: red;
}

a img {
    border: none;
}

hr {
    height: 4px;
    border: 0;
    background: #327AB0;
    margin: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-left: 5px;
    color: #336699;
}

h2 {
    margin-bottom: 5px;
    margin-top: 20px;
}

h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}

/* END DEFAULTS */

/* SET GLOBALS */
.clear {
    clear: both;
}

.head {
    background: #ECEFF3;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
}

/* END GLOBALS */
/* START PAGE FORMATTING */

.page_body {
    width: 700px;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    background: skyblue;
    min-height: 500px;
    font-family: Helvetica, serif;
    font-size: 14px;
}

.page_header_table {
    color: black;
    border: 2px;
    vertical-align: top;
    padding: 15px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.page_header_table td {
    height: 1px;
    vertical-align: top;
    padding: 15px;
    border: 1px solid black;
}

.footer_table td {
    height: 1px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 30px;
    border: 1px solid black;
}

.page_header {
    color: #336699;
    border: 2px;
    vertical-align: top;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.page_normal_text {
    color: black;
    margin-left: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.page_normal_text_indent {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.page_error_text {
    color: red;
    margin-top: 20px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.slogan_text {
    color: black;
    border: 2px;
    margin-top: 15px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    border-collapse: collapse;
}

.company_mission {
    width: 1000px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    margin: 10px;
}

.forms_table {
    border: solid black 1px;
}

.forms_table td {
    color: black;
    border: 2px;
    padding: 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="email"], input[type="text"], input[type="password"], select {
    box-sizing: border-box;
    padding: 5px;
}

input[type="submit"] {
    box-sizing: border-box;
    border: solid black thin;
    color: black;
    background-color: orange;
    padding: 5px 15px 5px 15px;
}

textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

.feature_link {
    color: black;
    margin-top: 15px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.feature_description {
    color: black;
    margin-top: 5px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-left: 20px;
}

.term_of_use_text {
    color: black;
    margin-top: 20px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-left: 20px;
}

.papers {
    color: #336699;
}

.papers_list {
    color: #336699;
    margin: 10px;
}

.product_column {
    width: 290px;
    border: 2px solid black;
    border-radius: 10px;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 10px;
}

.product_header {
    color: Black;
    font-size: 20px;
}

.product_item {
    color: #327AB0;;
}

.product_item:hover {
    color: red;
}

.product_description {
    color: black;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.email-text {
    font-family: Courier, serif;
    font-size: 16px;
}

.email-sample {
    margin-top: 20px;
    margin-bottom: 20px;
}

.email-paragraph {
    margin-top: 10px;
    font-family: Helvetica, serif;
    font-size: 14px;
}
.underline {
    text-underline: #424242;
    text-decoration: underline;
}


