body{
                height:95vh;
                width:95vw; 
                background:URL("orcaradiobackground.jpg") 50% 50%;
                padding-left:3vw;
            }
            p{
                width:90vw;
                
                font-size:1.5em;
                color:silver;
            }
            ul{
                width:90vw;
                
                font-size:1.5em;
                color:silver;
            }
            h1{
                color:#aaaaaa;
            }
            .subContainer{
                padding:10px;
                width:80vw;
                height:85vh;
                
            }
            #toolbar{
                float:right;
                margin-right:3vw;
                width:10vw;
                height:92vh;
                
                
            }
            .toolbarButton{
                border-radius:7px;
                width:100%;
                height:20vh;
                line-height:23vh;
                border:1px solid gray;
                color:silver;
                text-align:center;
                background-color:black;
                margin-bottom:2px;
            }
            .toolbarButton:hover{
                cursor:pointer;
            }
            #loginForm{
                display:inline-block;
                color:#bbbbbb;
                border:1px solid black;
                border-radius:10px;
                width:70vw;
                padding:5px;
                font-size:1.5em;
                
            }
            .schedule{
                color:#aaaaaa;
                font-size:1.5em;
            }
            .songBadge{
                    display:inline-block;
                    border:1px solid gray;
                    margin-bottom:2px;
                    border-radius:3px;
                    width:98%;
                }
                .songImage{
                    height:4em;
                    float:left;
                    margin-right:5px;
                }
                .itemSpan{
                    margin-left:2px;
                }
                #programContainer{
                    width:100%;
                }
                .programBadge{
                    width:100%;
                    border:2px solid silver;
                    margin-bottom:2px;
                    border-radius:3px;
                    background-color:none;
                }
                #datePanel{
                    color:silver;
                }
                .audioDiv{
                    font-size:1.5em;
                    color:#9999cc;
                    padding:5px;
                }
                .currentInfo{
                    color:silver;    
                }
                #playButton{
                    width:200px;
                    height:24px;
                    border-radius:12px;
                    background-color:blue;
                    color:silver;
                    text-align:center;
                    line-height:24px;
                    font-family:sans-serif;
                    box-shadow: 3px 3px lightblue;
                    margin-top:5px;
                    margin-bottom:7px;
                }
                #playButton:hover{
                    cursor:pointer;
                }
                #videoPlayButton{
                    width:200px;
                    height:24px;
                    border-radius:12px;
                    background-color:blue;
                    color:silver;
                    text-align:center;
                    line-height:24px;
                    font-family:sans-serif;
                    box-shadow: 3px 3px lightblue;
                    margin-top:5px;
                    margin-bottom:7px;
                }
                #videoPlayButton:hover{
                    cursor:pointer;
                }
                .verseContainer{
                    width:90%;
                    display:inline-block;
                    padding:10px;
                    border:1px solid #66cc88;
                    border-radius:5px;
                    font-size:1.25em;
                    color:#66cc88;
                }
                .bibleVerse{
                    color:silver;
                    font-size:1.5em;
                }
                #videoPlayButton{
                    visibility:hidden;
                }