body{
	font-family: Helvetica, sans-serif;
}
.text-nowrap {
	white-space: nowrap;
}
a:link {
  color:black ;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
.jumbotron{
	height:200px;
}
h5{
	line-height:30px;
}
.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

#myCarousel {
  margin-left: 50px;
  margin-right: 50px;
}

.carousel-control-next {
  margin-left: -205px;
}

.carousel-control-prev {
  margin-right: -25px;
}
.tab4{
  tab-size: 8;
}