body {
	margin: 0px;
	font-family: verdana, arial, tahoma;
	background-color: #D5D7D8;
}

p, div {
	margin: 0px;
	padding: 0px;
}

.Title {
	font-family: arial, verdana, tahoma;
	color: #AFD9F2;
	font-size: 16px;
	font-weight: bold;
	/* text-transform: capitalize; */
}

.ContentText, a.ContentText {
	font-size: 11px;
	color: white;
}
a.ContentText:hover {
	color: yellow;
}
p.ContentText {
	padding-bottom: 7px;
	line-height: 14px;
	text-align: justify;
}
ul.ContentText {
	margin: 0px;
	padding: 0px 0px 7px 20px;
	line-height: 14px;
}
.Hint {
	font-size: 12px;
	color: #79C9FF;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
}
