/*** my css tabs end ***/

.logform {
  background-color : #000000;
  color : #ffffff;
  height: 100px;
  width: 900px;
  
  }
.body {
  background-color : #000000;
  color : #ffffff;
  background-image: /images/index.jpg;
  vertical-align: center;
  font: normal 0.8em sans-serif,Arial;
}

/*** my tabs***/
div.tabs {
padding: 1em;
}

ul.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
}

ul.tabNavigation li {
display: inline;
}

ul.tabNavigation li a {
font-size: 14px;
color: #305fd9;
text-decoration: none;
}


ul.tabNavigation li a:hover {
cursor: pointer;
background: yelow;
font-size: 20px;
color: #000;
}

.tab-content {
top: 30px;
border: 1px solid brown;
padding: 7px;

}
/*** my css tabs end ***/
