.styled-text {
    /*    font: normal 75px "maven-pro", Helvetica, sans-serif;*/
    font-family: "maven-pro", sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.styled-text-shadow {
    font-family: "maven-pro", sans-serif;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 2px #ffffff;
}

.styled-link-head {
    /*    font: normal 75px "maven-pro", Helvetica, sans-serif;*/
    font-family: "maven-pro", sans-serif;
    font-size: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 5px;
    padding-right: 5px;
}

.styled-link-head:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.body {
    font-family: "Arial", sans-serif;
}

a:link {
    color: #FF4500;
    font-weight: ;
    text-decoration: none;
    background: #;
}

a:visited {
    color: #FF4500;
    font-weight: ;
    text-decoration: ;
    background: #;
}

a:hover {
    color: #FF6347;
    font-weight: bolder;
    text-decoration: ;
    background: #;
}

a:active {
    color: red;
    font-weight: ;
    text-decoration: ;
    background: #;
}

.button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 10px 20px;
    overflow: hidden;
    border: 1px solid;
    font: normal 18px/normal "maven-pro", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(255, 153, 0, 0.7);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button:hover {
    background: rgba(255, 153, 0, 1);
}

.button:active {
    margin: 0 0 0 3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.button:disabled {
    background: gray;
}

a.button {
    display: inline-block;
    color: white;
    cursor: default;
}

.button-med {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 5px 10px;
    overflow: hidden;
    border: 1px solid;
    font: normal 16px/normal "maven-pro", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(255, 153, 0, 0.7);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button-med:hover {
    background: rgba(255, 153, 0, 1);
}

.button-med:active {
    margin: 0 0 0 3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.button-med:disabled {
    background: gray;
}

a.button-med {
    display: inline-block;
    color: white;
    cursor: default;
}

.button-sml {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2px 5px;
    overflow: hidden;
    border: 1px solid;
    font: normal 14px/normal "maven-pro", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: rgba(255, 153, 0, 0.7);
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.8);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button-sml:hover {
    background: rgba(255, 153, 0, 1);
}

.button-sml:active {
    margin: 0 0 0 3px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.button-sml:disabled {
    background: gray;
}

a.button-sml {
    display: inline-block;
    color: white;
    cursor: default;
}