@charset "UTF-8";
/* CSS Document */


body{background:rgba(251,244,245,1.00);}

h1{color:rgba(199,39,108,1.00);
	font-size: 60px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-style:normal;
	font-weight: bold;
}

a:link{color: rgba(254,254,254,1.00);
text-decoration: none;
}
a:visited{color: rgba(254,254,254,1.00);}
a:hover{color:rgba(253,158,255,1.00);}
a:active{color: rgba(254,254,254,1.00);}


table{border-color:rgba(253,158,255,1.00);}


#Logo_container{width: 400px;
		height: 125px;
	
	margin: 50px auto;
	padding: 50px;
}


#main_menu{width:1180px;
	height: 60px;
	background:rgba(209,14,82,1.00);
	color: rgba(255,255,255,1.00);
	margin:15px auto;
	padding: 10px;
	font-size: 35px;
	text-align: center;
}


#page_content{width:1200px;
    min-height:450px;
	background:rgba(253,158,255,1.00);
	color:rgba(255,255,255,1.00);
	margin: 15px auto;
	padding:25px;
}


#footer_content{width:1180px;
	height: 160px;
	background:rgba(251,244,245,1.00);
	color: rgba(255,255,255,1.00);
	margin:15px auto;
	padding: 10px;
	font-size: 35px;
	text-align: center;
}
	
	
	
#name_year{width:1180px;
	height: 60px;
	background:rgba(209,14,82,1.00);
	color: rgba(255,255,255,1.00);
	margin:15px auto;
	padding: 10px;
	font-size: 35px;
	text-align: center;
}	
	