#divContainer{
width: 100%;

}
#divHeader {
	font-size: 48px;
	font-weight: bold;
	text-align: right;
	background-color: #1E90FF;
	padding: 10px;
	color: white;
}

#divMain {
width: 84%; z-index: 1;
	text-align: justify;
	position: relative;
	background-color: #BDD9F4; float: right 
}
#divMenu {
	z-index: 2;
	height: 100%;
	width: 15%;
	text-align: center;
	position: absolute;
	background-color: #1E90FF;
}


#divFooter {
	color: white;
	position: relative;
	text-align: right;
	background-color: #1E90FF;
		font-weight: bold;
}

#margin{
margin: 10px;	
font-size: 14px;}

#blod{
font-weight: bold;
}

#link {
	width: 95%;
	border: 1px dashed #000000;
	background-color: #BDD9F4;
	position: relative;

}
#title {
	width: 90%;
	border: 1px solid #000000;
	background-color: #1E90FF;
	position: relative;

}
img {
	background-color: #1E90FF;
	border: 5px solid #1E90FF;
	margin: 2px;
}


a:link{
	text-decoration: none;
	color: black;
	font-weight: bold;
	
}
a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
body {
	background-color: #1E90FF;
}


