/* CSS Document */
.myLink {
			color: #505050;
			margin-left: 2px;
			font-size: 12px;
			hyphens: auto; 
			text-align: justify
		}

.myLinkImg{
			
			float:left; 
			margin-right: 10px;
			width: 250px; 
			height: auto;
			border:1px solid grey
		}

.myLinkImgSmall{
			
			float:left; 
			margin-right: 10px;
			width: 150px; 
			height: auto;
			 /* border:1px solid grey */
		}
		
.NewLine
{
			
			clear: left;
		}

.MyHeight
{
			
	line-height: 50px;
}

.MyCenter
{
			
	text-align: justify
}

.jumbotron {
    text-align: center;
	
}

.MyImg {
    width: 95%;
}


img {
    width: 100%;
}
ul { list-style: none }

h1, h2, h3, h4, h5 {
	color: #151515;
	margin-bottom: 0.3rem;
	font-weight: 30;
	line-height: 1.1;
	
	

}


a {
  color: #08088A;
}

b {
  color: #08088A;
}

.mySmallLink {
			
	font-size: 5px;
	font-weight: 10;
	line-height: 1;
			
		}
		


