body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	border: 0px;
	margin: 20px;
}

a {
  color: white;
}

.div {
	position: absolute;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.centered {
	position: relative;
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
}

/*------------------------------------------------------------------*/
.home {
	background-color: #000062;
	color: #ffff99;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}

.home-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.home-subtitle {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-profile {
	width: 308px;
	margin-left: -154px;
	left: 50%;
}

/*------------------------------------------------------------------*/
.index {
	background-color: black;
	color: white;
}

.index-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.index-content {
	width: 70%;
	left: 15%;
	text-align: left;
}

.index-option {
	margin-top: 20px;
	width: 100%;
}

.index-enter {
	position: absolute;
	width: 30%;
	left: 20%;
}

.index-leave {
	position: absolute;
	width: 30%;
	left: 50%;
}

/*------------------------------------------------------------------*/
.gallery {
	background: #000062;
	color: #ffff99;
}

.gallery-header {
	width: 100%;
	font-size: 11px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery-item {
	border: 4px;
	margin: 10px;
	line-height: 80px;
	height: 130px;
}

/*------------------------------------------------------------------*/
.gallery2 {
	background: #000062;
	color: #ffff99;
}

.gallery2-header {
	width: 100%;
	font-size: 11px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery2-item {
	border: 4px;
	margin: 5px;
	line-height: 50px;
	height: 80px;
}

/*------------------------------------------------------------------*/
.link {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: #000062;
	color: #ffff99;
}

.link-link {
  color: red;
	font-weight: bold;
}

.link-header {
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.link-item {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
