div {
	margin:auto;
      	width: 80%;
    	border-style: solid;
	border-width: 1px;
  	border-color: black;
	background-color:  lightgrey;
	text-indent: 10px
}
.head{
	border-color: black;
	background-color: bisque;

}

table {border: 1px solid black;}
th {border: 1px solid black;}
td {border: 1px solid black;}

.float-right {
	float: right;
}
.pos-right {
	position: relative;
	left: 3%;
}
.pos-right-less {
	position: relative;
	left: 5%;
}
.hY {
   	background-color: darkred;
}

.hR {
    	background-color: darkorange;
}
.hB {
    	background-color: blue;
}
.hG {
    	background-color: darkgreen;
}

.cent {
    	text-align: center;
}

.top {
    	position: fixed;
    	bottom: 20px;
    	right: 30px;
      	font-size: 30;
  }

.mcb {

    	color: blue;

    	//background: #000000;
    	font-family: monospace;
    	font-size: 15px;
    	font-weight: 100;
    	padding: 0px;
    	//border: solid #000000 1px;
    	text-decoration: none;
    	display: inline-block;
    	cursor: pointer;
    	text-align: center;
}



.mcb2 {
    	background: #FFFFFF;
    	color: #000000;
    	font-family: monospace;
    	font-size: 32px;
    	font-weight: 100;
    	padding: 6px;
    	border: solid #000000 1px;
    	text-decoration: none;
    	display: inline-block;
    	cursor: pointer;
    	text-align: center;
}




body {
	/*background-color: black;*/
	background-image: url("marb.gif");
	background-repeat: repeat;

}
h1   {color: red;}
h1   {font-family: , 'Times New Roman',  serif;}
h3   {font-family: 'Times New Roman', serif; color: black;}
h2   {font-family: 'Times New Roman', serif; color: black;}
p   {font-family: 'Times New Roman',  serif; color: black;}
li   {font-family: 'Times New Roman', serif; color: black;}
h5   {font-family: 'Times New Roman', serif; color: black;}
h4   {font-family: 'Times New Roman', serif; color: black;}

iframe{
    background-color: #aeaeb4;


}

table, th, td {
  border: 1px solid black;
  
}

.article {
	border-color: white;
	background-color: white;
	
}

.inline-img {
    display: inline-block;
}

.rotate180{

	transform: rotate(180deg);
}
