/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/



body {
           background: #040b27;
           background-image: url('images/Adobe-bg-stars.png');
           background-repeat: repeat;
           background-position: center top;
 }


a:link  {
           color: #66a0db;
           font-size: 32px;
           font-family: Jura;
           font-weight: bold;
           font-optical-sizing: auto;
}

a:hover {
           color: yellow;
           font-size: 32px;
           font-family: Jura;
           font-weight: bold;
           font-optical-sizing: auto;
}

a:visited {
           color: #66a0db;
           font-size: 32px;
           font-family: Jura;
           font-weight: bold;
           font-optical-sizing: auto;
}


td, div, li {
           color: white;
           font-size: 32px;
           font-family: Jura;
           font-weight: 300;
           font-optical-sizing: auto;
}



ul {
           padding-left: 100px;
}


.indent {
            margin-left: 125px;
}


.small-text {
           color: white;
           font-size: 16px;
           font-family: Jura;
           font-weight: bold;
           font-optical-sizing: auto;
}

.transbg {
           background-color: rgba(9, 54, 109, .65);
           padding: 25px;
           border: 10px solid #037dfa;
           
          
}


table {
           align: center;
           width: 960px;
           margin-left: auto;
           margin-right: auto;
           padding-top: 125px;
}

.imagestyle {
            width: 250px;
            border: 10;
            border-color: #66a0db;
}


.formstyle {
           margin-left: 125px;
           text-align: left; 
}

.formitem {
            margin-left: 25px;          
            background-color: white;
            color: #040b27;
            padding: 15px;
            font-size: 18px; 
            font-family: "Jura", sans-serif;
            width: 275px;
}

.buttonstyle {
              background-color: white;
              color: #040b27;
              padding: 5px 15px;
              text-align: center;
              text-decoration: none;
              font-size: 20px;
              margin: 0px;
              cursor: pointer;
              border-radius: 10px;  
              font-family: "Jura", sans-serif;
}


.headers {
           color: white;
           font-size: 75px;
           line-height: .9;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}


.subheader {
           color: white;
           font-size: 30px;
           text-align: center;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}


.date {
           color: white;
           text-align: center;
           font-size: 32px;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}


.bullet-header {
           color: white;
           font-size: 32px;
           text-align: left;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}


.ulbold {
           color: white;
           font-size: 32px;
           text-align: left;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}

.freestuff {
           color: white;
           font-size: 42px;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}

.addy {
           color: white;
           font-size: 24px;
           margin-left: 175px;
           margin-right: 175px;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
 
}


.footer {
           color: white;
           font-size: 30px;
           margin-left: 175px;
           margin-right: 175px;
           font-family: "Jura", sans-serif;
           font-weight: bold;
           font-optical-sizing: auto;
}


.jura-<uniquifier> {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}




 .background {
            background-image: url('images/websitebg.png');
            background-repeat: no-repeat;
            background-attachment: fixed;
        }




----------------------------------------------------------------------------------------------------*/
a {
	color: #00a7ff;
        text-decoration: none;
        font-weight: bold;
}





