
#hp  {
float: right;
 margin: 0 0 0 0px;
}
.aamir-div {
  width: 100%;
  padding-left:2px;
  padding-right: 2px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	text-align: center;
}
.footer{
        display: inline-block;
        background-color:black;
        color: white;
        height: 100%;
        width: 100%;

        }

.footer p{
          text-align: center;
          vertical-align: bottom;
          }
.hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 20px;
}
.breadcrumb {
    font-size: 10pt;
    background-color:#00cccc;
    text-decoration: none;
}

h3 {
    border: 0px #1ee solid;
    color: #003300;
    text-align: left;
    padding: 0px;
}

li{
     position: relative;
     list-style-type: circle;
     left:-5;
     display: inline;
     white-space: wrap; /* keep all text on a single line */
     font: 20px Trebuchet MS, Helvetica, sans-serif; /*font size and family */
     color: #eee111;  /* font color */
     padding: 4px 45px;
     
}

li:hover {
    background-color:#00cccc;
}

ul{
  left:-5;
  padding-left: 0.1em;
  display: inline;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
 text-align:justify;
}

element.style {
}
table {
    border-collapse: collapse;
}
*, ::after, ::before {
    box-sizing: border-box;
}
table[Attributes Style] {
    width: 1080px;
    height: 140px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
body{
    margin: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: auto;
    background-size: cover;
}
.active, .btn:hover {
  background-color: #666;
  color: white

.tTable{
    display: table;
    )