/*
   Mobile Dent Tech Style Sheet
   Author: Jody Olson
   Date:   17 April 2016

   Filename: multimedia.css
   Supporting files: 
*/

audio  {
    background-color: rgb(70,0,0);
    display: block;
    margin: 10px auto;
    width: 90%;
}
iframe {
    background-color: rgb(70,0,0);
    display: block;
    margin: 10px auto 20px auto;
    width: 90%;
}

.java {
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 1em;
    color: white;
    text-align: center;
}

.jref {
    text-decoration: none;
    color: white;
}
.jref:hover {
    background-color: rgb(64, 64, 64);
    background-color: rgba(64, 64, 64,1);
}