
.mylink{
    color:#03F;
}

.mylink:link{
    color:#03F;
}

.mylink:hover{
    color:#F0F;
}

.myimgs{
    position: relative;
     /* width: 100% */
     display: flex;
    justify-content: center;
    align-items: center;
     width: 1000px;
     height: 700px;
}

.myimgs > *{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

    /* top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    box-sizing: border-box;
    object-fit: cover;
    width: 1000px;
    height: 600px;
}

myimgdiv{
    position: relative;
    /* width: 100% */
    width: 600px;
}

.myimgdiv > *{
    position: absolute;
    /* text-align: center; */
    /* top: 20px; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100% */
    width: 1000px;
    height: 600px;
}

.mybody{
    /* width: 1000px; */
    /* width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 100px;
}

.w1{
    width: 800px;
    margin-top: 50px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myfont{
    margin: 0.8em 0 0.5em 0;
	color: #000000;
	font-weight: normal;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;

}

.myfont1{
    font-family:initial;
    font-size: 20px;
    font-weight:200;
    /* color: #03F; */
    color: rgb(0, 0, 0);
}

.myfont2{
    /* text-align: center; */
    /* width: 1000px; */
    margin: 0.8em 0 0.5em 0;
	color: #000000;
	font-weight: normal;
	font-family:inherit;
	font-size: 20px;

}

.p1{
    text-align: center;
}

.quotes{
    border:1px solid #000000;
    width: 100%;
    padding: 8px;
    border-collapse: collapse;
    border-spacing: 0;
    /* background-color: black; */
}

th,td{
    border:1px solid #000000;
    /* background-color: #ffffff; */
}

.myhr{
    margin-top: 200px;
}

.myimgdiv-3x2 {
    --bs-aspect-myimgdiv: 66.6666667% !important
  }

  [class*=myimgdiv-] {
    position: relative;
    /* width: 100% */
    width: 1000px;
    height: 800px;
   
  }
  [class*=myimgdiv-]::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
    width: 1000px;
    height: 800px;
  }
  [class*=myimgdiv-] > * {
    object-fit: cover;
    width: 1000px;
    height: 800px;
  }

.mytitle{
    margin: 1em 0 0.5em 0;
	color: #343434;
	font-weight: normal;
	font-family: 'Ultra', sans-serif;   
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	text-shadow: 0 2px white, 0 3px #777
}

