body {
	color: #8A7B78;
	font-family: Calibri;
	font-size: 14px;
	line-hight: 20px;
	overflow-x:hidden;
	background-repeat: repeat;
	background-color: #CAD2C0;
	cursor: url("cursor.gif"), url("cursor.gif"), default;
	margin: -3;
	padding: 0;
}


.layout {
 	width: 2000px;
	margin: auto;
}


a:link, a:visited, a:active {
	color: #588C5F;
	text-decoration: underlined;
	cursor: url("cursor_hover.gif"), url("cursor_hover.gif"), default;
}

a:hover {
	color: #CF5481;
	text-decoration: underlined;
	cursor: url("cursor_hover.gif"), url("cursor_hover.gif"), default;
}


.imgborder {
	border: 10px solid rgba(0, 0, 0, 0.0);
}

.imgborder_avatar {
	background-image: url("icon_background.png");
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-top: 40px;
	border-left: 15px solid #E8EDE7;
	border-bottom: 15px solid #E8EDE7;
}

.imgshadow {
	-moz-box-shadow: 0px 0px 20px #FFFFFF;
	-webkit-box-shadow: 0px 0px 20px #FFFFFF;
	box-shadow: 0px 0px 20px #FFFFFF;
	-moz-border-radius:50%;
 	-webkit-border-radius:50%;
	border-radius:50%;
	border:0px;
}

.menu {
	width:120px;
}
.menu a {
	color: #FFFFFF;
	font-size:16px;
	font-family: Calibri;
	line-height: 35px;
	letter-spacing:1px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	width: 255px;
	display:block;
	background-color: #96C4C5;
	border-radius: 25px;
}
.menu a:hover {
	color: #C64771;
	font-size:16px;
	font-family: Calibri;
	line-height: 35px;
	letter-spacing:1px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	width: 255px;
	display:block;
	background-color: #FFFFFF;
	border-radius: 25px;
}

.headline {
	color: #C7698A;
	width: 870px;
	font-size: 40px;
	font-family: Source Serif Pro ExtraLight;
	font-weight: bold;
	font-style: italic;
	line-height: 44px;
	text-align: left;
	text-transform: none;
	padding-left: 10px;
	background-image:url('background_site_title.png');
}

.headline_blog {
	color: #7AA292;
	width: 870px;
	font-size: 20px;
	font-family: Calibri;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	text-align: right;
	text-transform: none;
	padding-left: 10px;
	border-bottom: 4px solid #DAE2D8;
}

u {
	color: #F59FCA;
	border-bottom: 1px solid #BE859E;
	text-decoration: none;
}

b {
	font-weight:bold;
	color: #4881D5;
}

i {
	font-weight:italic;
	color: #9BC043;
}

.hovereffect{
}
	.hovereffect a {
	-moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;
	filter:alpha(opacity=10);
}
	.hovereffect a:hover {
	-moz-opacity:1.0; -khtml-opacity:1.0; opacity:1.0;
	filter:alpha(opacity=100);
}

.update {
	background-image:url('updates.png');
	width: 598px;
	height: 400px;
	border: none;
	margin: auto;
}

.update_text {
	color: #52494E;
	font-family: Calibri;
	font-size: 14px;
	width: 486px;
	height: 263px;
	text-align: left;
	padding-left: 55px;
	border-top: solid 91px transparent;
	overflow: auto; 
}

.textfield {
	font-size: 14px;
	background-color: #DAE2D8;
	border: none; 
	border-radius: 25px;
        width:800px;
  	padding-top: 10px;
  	padding-right: 10px;
  	padding-bottom: 10px;
  	padding-left: 10px;
}

input[type=button2] {
	width: 870px;
	height: 22px;
	text-align: right;
	border: none; 
	font-family: Calibri;
	background-color: transparent;
	font-size: 18px;
	font-weight:bold;
	color: #CF5481;
	cursor: url("cursor.gif"), url("cursor.gif"), default;
}

textarea.formstyle {
	width: 100%;
	height: 100px;
	background-color: transparent;
	border: 1px solid #8A7B78;
}

form {
	box-sizing: border-box;
	padding: 10px;
	background-color: transparent;
	border: none;
	grid-template-columns: 1fr;
	display: grid;
	gap: 15px;
	width: 70%;
}

input {
	background-color: transparent;
	border: 1px solid #8A7B78;
	width: 100%;
}

	button[type=submit], button[type=reset] {
	background-color: #96C4C5;
	border: none;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}