body {
    /* font settings */
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    margin: 10px 10px;
}

h1 {
    font-weight: bold;
    font-size: 150%;
}

th {
    border-bottom: 1px solid #054B91;
    text-align: left;
}

input, select {
    width: 200px;
}

a:link {
    /* font settings */
    color: #FC7104;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    /* font settings */
    color: #054B91;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    /* font settings */
    color: #FF0000;
}



/************* Classes ******************/
.red {
    color: red;
    font-weight: bold;
}

.alignleft {
    text-align: left;
}

.floatleft {
    float: left;
}

.floatright {
    float: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.subtitle {
    text-align: center;
    border-bottom: 1px solid #054B91;
    font-weight: bold;
}

.myhr1 {
    border-bottom: 1px solid #054B91;
    text-align: center;
}

.myhr2 {
    border-top: 1px solid #054B91;
    text-align: center;
    padding-top: 10px;
}

.lightbg {
    background-color: #D2E9FE;
}

img.noborder {
    border: 0px solid black;
}

.smalltxt {
    font-size: 10px;
}

.button {
    width: 200px;
    height: 40px;
}

.required {
    margin-bottom: -6px;
    margin-left: 5px;
}

.listtitle {
    margin-bottom: -15px;
    font-weight: bold;
}


/************* IDs ******************/
#archnav {
    font-size: 17px;
    font-weight: bold;
    color: #EBF6FF;
}

#archnav a:visited {
    color: #FC7104;
    text-decoration: none;
    padding: 5px 10px;
}

#archnav a:hover {
    color: #1AD002;
}

#globalnav {
    /* box settings */
    padding-bottom: 10px;
    background-color: #054B91;
    
    /* font settings */
    font-size: 17px;
    font-weight: bold;
    color: #EBF6FF;
}

#globalnav a:visited {
    /* font settings */
    color: #FC7104;
    text-decoration: none;
    padding: 5px 10px;
}

#globalnav a:link {
    padding: 5px 10px;
}

#globalnav a:hover {
    color: #FEF106;
}


#currentlink a:link {
    color: #FEF106;
    padding: 5px 10px;
}

#currentlink a:visited {
    color: #FEF106;
    padding: 5px 10px;
}

#maintable {
    /* box Settings */
    text-align: center;
    width: 800px;
}

#subtable {
    /* box Settings */
    text-align: center;
    width: 750px;
}


#infotable th {
    background-color: #FC7104;
    font-weight: bold;
    color: #D2E9FE;
    padding: 10px;
    text-align: center;
}

#infotable {
    width: 600px;
    border: 1px solid #FC7104;
}

#blurb {
    padding: 20px 20px;
    border-top: 1px solid #054B91;
    border-bottom: 1px solid #054B91;
}

#formtable {
    padding: 1px 5px;
    width: 750px
}

#content {
    margin: 20px 20px;
}

#songname {
    font-weight: bold;
    text-align: left;
}

#artist {
    text-decoration: italic;
    text-align: left;
}

#songtable {
    width: 650px;
}

#audiotable th {
    background-color: #FDB179;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    border: 1px solid #FC7104;
}

#audiotable tr td {
    border: 1px solid #FC7104;
    padding: 10px;
}

#audiotable {
    width: 600px;
    border: 1px solid #FC7104;
    text-align: left;
}

#cantstay {
    float: left;
    padding-right: 10px;
}

#pads {
    padding: 5px 50px;
}
