.explanations {
    margin-left: 10px;
    margin-top: 30px;
}

.explanations .item {
    margin-bottom:10px;
}

.explanations a:link {
    text-decoration: underline;
    color: blue;
}
.explanations a:visited {
    text-decoration: underline;
    color: blue;
}
.explanations a:hover {
    text-decoration: underline;
    color: blue;
}
.explanations a:active {
    text-decoration: underline;
    color: blue;
}

#login_msg	{
	width: 500px;
	margin: 20px 0 0 180px;
	padding: 5px;
	line-height: 1.5;
	border: 1px solid black;
}

