﻿html, body, p, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}


body{

	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 14px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;

}


.dev{
  text-align: center;

	width:100%;
	font-size:12px;
	font-family:fantasy;
}


.container {
  	display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
}


.MQ{
	width:20px;
	height:20px;
	background-image: url("../images/MQ.jpg");
	background-size:cover;
	margin:0px auto;
}


.ref{
	text-align: left;
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size:14px;
	border-style: none;
	background-image: url("../images/footer.gif");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


.l_title {
	text-align: center;
	vertical-align: middle;
	border-style:none;
	background-color:WHITESMOKE;
	color:BLACK;
	width:100%;
	height:40%;
	font-size:12px;
	font-weight: bold;
	font-family:fantasy;
	background: rgba(244, 244, 250, 0.7);

}

	.d_title {
	text-align: center;
	vertical-align: middle;
	border-style:none;
	background-color:WHITESMOKE;
	color:BLACK;
	width:100%;
	height:40%;
	font-size:24px;
	font-weight: bold;
	font-family:fantasy;
	background: rgba(244, 244, 250, 0.7);
}


.Tday {	text-align: center;
	vertical-align: middle;
	background-color: LIGHTCYAN;
	color:STEELBLUE;
	font-family: Arial, Helvetica, sans-serif;
  width:100%;
  font-size:20px;
}


.Tweek {	text-align: center;
		vertical-align: middle;
		background-color: LIGHTCYAN;
		color:STEELBLUE;
		font-family: Arial, Helvetica, sans-serif;
  width:100%;
  font-size:20px;
}


.l_cont{	text-align: center;
		vertical-align: middle;
		border-style:none;
		color:BLACK;
		background-color:WHITE;
		border-radius: 0px;
		width:49%;
		height:100%;
		font-size:30px;
}


.R_cont{	text-align: center;
		vertical-align: middle;
		border-style:none;
		color:YELLOW;
		background-color:CADETBLUE;
		border-radius: 0px;
		width:100%;
		height:100%;
		font-family: Tahoma, sans-serif;
		font-size:44px;
}



.d_cont{	text-align: center;
		vertical-align: middle;
		border-style:none;
		color:YELLOW;
		background-color:STEELBLUE;
		border-radius: 0px;
		width:49%;
		height:100%;
		font-size:32px;
}


.d_cont_p{	text-align: center;
		vertical-align: middle;
		border-style:none;
		color:WHITE;
		background-color:STEELBLUE;
		border-radius: 0px;
		width:49%;
		height:100%;
		font-size:22px;

}































