ul           { list-style-image: url('images/autobul1.gif') }
ul ul        { list-style-image: url('images/autobul2.gif') }
ul ul ul     { list-style-image: url('images/autobul3.gif') }
a:link       { color: blue }
a:active     { color: lime }
a:visited    { color: red }
body         { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0) }
table        { table-border-color-light: rgb(102, 102, 102); table-border-color-dark: 
               rgb(51, 51, 51) }
h1           { color: rgb(0, 0, 0) }
h2           { color: rgb(0, 0, 0) }
h3           { color: rgb(0, 0, 0) }
h4           { color: rgb(0, 0, 0) }
h5           { color: rgb(0, 0, 0) }
h6           { color: rgb(0, 0, 0) }
button       { background-color: rgb(51, 0, 153); color: rgb(255, 255, 255) }
label        { color: rgb(0, 0, 0) }
.mstheme-text { background-color: rgb(0, 0, 0); color: rgb(11, 0, 0) }
textarea     { color: rgb(11, 0, 0) }
fieldset     { color: rgb(11, 0, 0) }
legend       { color: rgb(51, 0, 153) }
select       { color: rgb(11, 0, 0) }
caption      { color: rgb(51, 0, 153) }
th           { color: rgb(0, 0, 0) }


body         { background-image: url('images/rx-7_bg.jpg') ; background-attachment: fixed ; font-family: Arial, Arial, Helvetica ; font-size: 14pt }
button       { font-size: 14pt; font-style: bold; font-family: Arial, Arial, Helvetica; 
               border-style: solid; border-width: 2pt }
caption      { font-size: 14pt; font-family: Arial, Arial, Helvetica; font-style: normal ; font-weight: bold }
fieldset     { font-family: Arial, Arial, Helvetica; font-size: 10pt; font-style: normal; 
               border-style: solid; border-width: 1pt }
p {font-size:1.30em;} /* 14px/16=0.875em */
h1           { font-weight: bold; font-style: normal; font-size: 24pt; font-family: 
               Arial, Arial, Helvetica } /* Title */
h2           { font-family: Arial, Arial, Helvetica; font-style: italic ; font-size: 20pt; 
               font-weight: bold } /* Section Titles */
h3           { font-family: Arial, Arial, Helvetica; font-size: 14pt; font-weight: bold; 
               font-style: normal } /* Nav Bar Hyperlink */
h4           { font-weight: normal; font-size: 18pt; font-style: normal; font-family: 
               Arial, Arial, Helvetica } /* Photo Caption */
h5           { font-size: 18pt; font-style: normal; font-weight: normal; font-family: 
               Arial, Arial, Helvetica } /* Normal Body Text */
h6           { font-family: Arial, Arial, Helvetica; font-size: 14pt; font-style: normal; 
               font-weight: normal } /* Small Text */
label        { font-style: normal; font-family: Arial, Arial, Helvetica; font-size: 12pt }
label, .mstheme-label { font-size: 12pt; font-family: Arial, Arial, Helvetica; font-style: normal }
legend       { font-style: normal; font-size: 12pt; font-family: Arial, Arial, Helvetica }
marquee      { font-family: Arial, Arial, Helvetica; font-size: 14pt }
select       { font-style: normal; font-family: Arial, Arial, Helvetica; font-size: 12pt; 
               border-style: solid; border-width: 1pt }
table        { font-family: Arial, Arial, Helvetica; font-style: normal }
textarea     { font-style: normal; font-size: 14pt; font-family: Arial, Arial, Helvetica; 
               border-style: solid; border-width: 1pt }
th           { font-family: Arial, Arial, Helvetica; font-style: normal }

img {
    max-width: 100%;
    height: auto;
}

iframe {
    position: relative;
}

input[type="text"] {
    font-size:18px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
}

div video{
border:4px solid black;}