body {
	background-color: #FFADDD;
	font-family: Tahoma;
	font-size: 18px;
	color: #000000;
}

img {
	display: block;
}

#txt {
	font-family: "MS PGothic", Tahoma, Verdana;
}

#quote {
	font-family: Tahoma;
	color: #008509;
}

#txt-announce {
  position: absolute;
  width: 400px;
  top: 90px;
  left: 240px;
}

#btn {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
}

/*
#i img {
	border-radius: 5%;
}
*/

#index {
	float: right;
}

#i-title {
	font-family: Verdana;
	font-weight: bold;
	padding: 2%;
}

#i-txt {
	padding-bottom: 3%;
}

#i-title a:hover {
	text-decoration: none;
}

.top {
	background-color: #FFFFFF;
}

.extras-top {
	background-color: #CA22D2;
	border-collapse: collapse;
	border-color: #000000;
	color: #FFFFFF;
}

.extras-bottom {
	font-family: "MS PGothic", Tahoma, Verdana;
	background-color: #FAB9FF;
	border-collapse: collapse;
}

.extras-bg {
	font-family: "MS PGothic", Tahoma, Verdana;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.extras-edit {
	font-family: "MS PGothic", Tahoma, Verdana;
	font-size: 10pt;
	color: gray;
}

hr {
  color: #FFFFFF;
}

a:link {
	color: #0079FF;
}

a:visited {
	color: #0079FF;
}

a:hover {
	color: #0028FF;
}