body{
	width:1200px;
	height:1350px;
	margin:auto;
	padding-top:20px;
	background-color:#DBEEF3;
}
p{
	font-size:18px;
}
.Header{
	width:1200px;
	height:200px;
}
.Navigation{
	width:1200px;
	height:30px;
	background-color:white;
}
.Content{
	width:1180px;
	height:888px;
	background-color:#F7FCFE;
	padding:10px;	
    overflow:auto;
}
.Content .News dt{ 
	font-weight:bold;
	font-size:20px;
	line-height: 2;	
}
.Content .News dd{ 
	font-size:18px;
}
.Content .EarlyNews dt{ 
	font-weight:bold;
	font-size:20px;
	line-height: 2;	
}
.Content .EarlyNews dd{ 
	font-size:18px;
}
.Content .Tests{ 
	width:1180px;
	height:300px;
	overflow:auto;
}
.Content .Tests h1{ 
	text-indent:10px;
}
.Content .Tests li{ 
	font-weight:bold;
	font-size:20px;
	line-height: 2;	
	text-decoration:none;
}
.Content .Tests li a{ 
	text-decoration:none;
}
.Content .Results h1{ 
	text-indent:10px;
}
.Content .Results{ 
	width:1180px;
	height:588px;
	overflow:auto;
}
.Content .Results li{ 
	font-weight:bold;
	font-size:20px;
	line-height: 2;	
	text-decoration:none;
}
.Content .Results li a{ 
	text-decoration:none;
}
.Content .GitHubInfo{ 
	font-size:22px;
	line-height: 2;	
	text-indent:10px;
	font-weight:bold;
	background-color:white;
	color:red;
}
.Content .GitHubInfo a{ 
	text-decoration:none;
}
.Content .ProjectNews{ 
	text-indent:10px;
}
.Content .ProjectNews li{ 
	font-weight:bold;
	font-size:20px;
	line-height: 2;	
}
.Content .ProjectNews li a{ 	
	text-decoration:none;
}
.Content .Lab .MainTitle{ 
	text-indent:10px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	line-height:0;
}
.Content .Lab .SubTitle1{ 
	text-indent:10px;
	font-size:24px;
	font-weight:bold;
	line-height:0;
}
.Content .Lab h2{ 
	text-indent:10px;
}
.Content .Lab ul h3{ 
	font-size:20px;
}
.Content .Lab ul ul li{ 
	font-weight:bold;
	font-size:18px;
	line-height: 2;	
}
.Content .Lab ul ul li a{ 	
	text-decoration:none;
}
.Content .Lab dl{
	text-indent:30px;
}
.Content .Lab dl .LectureTopic{
	font-weight:bold;
	font-size:20px;
	line-height:2;
}
.Content .Lab dl dd {	
	font-style:italic;
	font-size:18px;
	line-height:1;
	
}
.Content .Lab dl a{ 	
	text-decoration:none;
	color:#ff3300;
}
.Content .Lab dl a:hover{ 	
	color:blue;
}

.WelcomeContent{
	width:1180px;
	height:520px;
	background-color:#F7FCFE;
	padding:10px;
}
.InfoIndex{
	width:1180px;
	height:348px;
	background-color:#F7FCFE;
	padding:10px;
    overflow:scroll;
}
.Organization{
	width:1180px;
	/*height:130px;*/
	overflow: auto;
	background-color:#F7FCFE;
	padding:10px;
}
.Footer{
	width:1190px;
	height:40px;
	background-color:#469ACF;
	padding:5px;
	text-align:center; 
}
.Footer a{	
	text-decoration: none; 
	color:white;
}
.Footer p{
	color:white;
}
.Organization .Name{
	font-weight:bold;
}
.Organization .Profesor{
	float:left;
}
.Organization .Assistent{
	float:right;
}
#HeaderImage{
	width:1200px;
	height:200px;
}
.InfoIndex .News{
	border:solid;
	border-width:5px;
	border-color:#B1DAE7;
	padding:10px;
	background-color:#B8D7EE;
	margin:5px;
  transition: 0.3s;
	
}
.InfoIndex .EarlyNews{
	border:solid;
	border-width:5px;
	border-color:#e8997d;
	padding:10px;
	background-color:#e8997d;
	margin:5px;	
  transition: 0.3s;
}
.InfoIndex dt{
	font-weight:bold;
	font-size: 20px;
	line-height: 2;	
}
.InfoIndex dd{
	font-size: 18px;
	line-height: 1;	
}
.InfoIndex .News:hover{ 
	background-color:white;
	border:solid;
	border-width:5px;
	border-color:white;
}
.InfoIndex .EarlyNews:hover{
	background-color:white;
	border:solid;
	border-width:5px;
	border-color:white;	
}
/*--------------------------*/
/*___Navigation bar style___*/
/*--------->Start<----------*/
/*->Line style*/
.Navigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-image: url("Picture/Line.png");
  /*background-color: #0372C1;*/
}
.Navigation li {
  float: left;
}
/*->Button link style*/
.Navigation li a, .dropbtn {
  display: inline-block;
  color: white;
  font-weight:bold;
  font-size:22px;
  text-align: center;
  width:200px;
  height:30px;
  text-decoration: none;  
}
.Navigation li a:hover, .dropdown:hover .dropbtn {
  background-color: #B0D9E7;
  color:#0372C1;

}
.Navigation li.dropdown {
  display: inline-block;
}
.Navigation .dropdown-content {
  display: none;
  position: absolute;
  width:200px;  
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.Navigation .dropdown-content a {
  color: black;
  width:200px;
  height:40px;
  font-size:20px;
  text-decoration: none;
  margin-top:5px;
  margin-left:5px;
  display: block;
  text-align: left;
}
.Navigation .dropdown-content a:hover {
	background-color: #B0D9E7;

}
.Navigation .dropdown:hover .dropdown-content {
  display: block;
}
/*----------->END<----------*/