BODY
{

    MARGIN-LEFT: 0px;
    MARGIN-TOP: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-BOTTOM: 0px;
    COLOR: black;

    FONT-FAMILY: "Tahoma";  
    background: url("bg.jpg") center center no-repeat;
    background-size:cover;
    BACKGROUND-COLOR: #b9bab4;

}

h3 {
	color: #5e5e5e;
	border-bottom: 1px solid #cdcccc;
	font-weight: normal;
	padding-bottom: 20px;
	font-size: 16px;
}

h1 {
	COLOR: #3e3e3a;
	FONT-SIZE: 20;
	font-weight: normal;
	display: inline-block; 
	float: left;
}

h2 {FONT-SIZE: 20; color: white; display: inline-block; 
	float: right;}


.hh {
	FONT-SIZE: smaller;
	
}

TD{	font-size: 12;}

.bus1 {
	COLOR: #000099;
	padding-LEFT: 2px;
	padding-right: 2px;
}

.res1 {
	BACKGROUND-COLOR: #000099;
	COLOR: white;
	padding-LEFT: 2px;
	padding-right: 2px;
}

a { color: black;     TEXT-DECORATION: none; }
a:hover { color: #3e3e3a;     TEXT-DECORATION: underline;}
a:visited { color: #3e3e3a;     TEXT-DECORATION: none;}



.main_div {
	margin: 10px; max-width: 650px; width: 95%;
}	

.white_box{
	color: black;
	font-size: 14px;
	background: white;  
	border-radius: 5px;
	padding: 10px;
	padding-top: 1px;
	box-shadow: -2px 2px 8px #666363;
}





.white_box2 {
 		padding: 10px; 
 		border: 1px solid #e7e5e5;
 		border-radius: 5px;
 		margin: 10px;
 	}
 	
 	.a_menu {
 		color: black;
 		font-size: 14px;
 		margin: 10px;
 		text-decoration: none;
 		white-space: nowrap;
 		
 	}
 	
 	.a_menu:hover {
	 	color: silver;
	 	text-decoration: none;
 	}
 	.a_menu:visited {
	 	color: black;
	 	text-decoration: none;
 	}
 	.a_menu:active
 	{
	 	color: silver;
 		text-decoration: none;
 	}
 	.a_menu span{
		font-size: 14px; 	
 	}
	.split {
		display: block;
		height: 20px;
	}
 	
	@media  screen and (max-width: 460px) {
		.a_menu span{
			display: none;
	 	}
	 	.split {
	 		display: none;
	 	}
	} 	
 	
 	.icon_inline {
 		color: black;
 		padding-left: 10px;
 	}
 	
 	body {
 		background-color: white;
 		background-image: none;
 	}
 	
 	h1 {
 		display: block;
 		float: none;
 		color: black;
 		font-size: 25px;
 		font-weight: normal;
 	}
 	
 	h2 {
 		display: block;
 		float: none;
 		color: #5e5e5e;
 		font-size: 16px;
 		font-weight: normal;
 	}
 	
 	.post{
 		display: block;
 		margin: 10px;
 		margin-top: 20px;
 		padding: 10px;
 		text-align: left;
 		font-size: 18px;
 		color: black;
 	}
 	.post a{
 		color: black;
 	}
 		
 	.prev{
		display: block;
 		margin-top: 10px;
 		margin-bottom: 10px;
 		font-size: 15px;
 		font-weight: 100;
 		color: #5e5e5e;

 	}
 	
.cntn a {
text-decoration: underline;
} 	

.cntn img {
	width: 90%;
	max-width: 500px;
}


.recommendation_a {
	float: left;
	width: 150px;
	text-align: center;
	color: #5e5e5e;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.recommendation_t {
	float: left;
	text-align: left;
	color: black;
	max-width: 400px;
	font-style: italic;
	margin-bottom: 20px;
	
}