* {
	font-family: Georgia;
	word-spacing: 5px;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
}

body{
	background-color: #fefff5;/* a0dbfd; */
}

a {
	color: #353233;
	padding: 5px;
	margin: 10px;
}
a:hover{
	color: #678dba;
/* 	color: #baab51; */
}

#mainurl{
	font-size: 50px;
}
#alterurl{
	font-size: 30px;
	color: #b6adb1;
}
#alterurl:hover{
	font-size: 30px;
	color: #678dba;
/* 	color: #baab51; */
}


.align_center{
	padding-top: 20%;
	position: relative;
	width: 100%;
	height: auto;
	color: white;
}
.align_center:after
{
content: '';
display: block;
clear: both;
}
.align_center_to_left
{
position: relative;
right: 50%;
float: right;
}
.align_center_to_right
{
position: relative;
z-index: 1;
right: -50%;
}