﻿.Welcome {
    font-size:1.4em;
    /*color:#000066;*/
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px;
}
.DataText {
    font-size:1.4em;
    /*color:#000066;*/
}
.DataText2 {
    font-size:1.8em; 
}

.DataText2:hover, a.ex2:active {
 /*   background-color: yellow;*/
}
.DataText2:focus { 
     color: yellow;
 } 

.DataText2:link {
    color: green;
}

.Title {
    text-align: center;
    font-size:1.2em;
    color:#ff0000;
    margin-top: 10px;
    margin-bottom: 20px;
    }
.Guy-form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #272b30;
  background-color: #c5c5c5;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.DropDown {
    color:#000066;   
}

.CTR-Img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product .img-responsive {
    margin: 0 auto;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mylink {
    /*font-size:1.4em;*/
    /*color:#ff0000;*/
    
}
.mylink:hover { 
     /*background-color: white;*/
    /*font-size: 150%;*/
    color: red;
 }

.guynav {
    background-color:#000000;
}
.guynav > li > a {
    color:#ffffff;
}
.hyperlink {
    color: #000066;
}