#page {
	background-color: white;
	text-align: justify;
	padding: 20px;
	font-size: 15px;
}

#page a{
	color:#A90707;
	text-decoration:none;
}

#page a:hover,
#page a:active,
#page a:focus
{
	color:#A90707;
	text-decoration:underline;
}

.home {
	float: left;
}

.clear
{
    clear: both;
}

#profile{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	max-height: 320px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}

h1 {
	margin-top: 14px;
	font-size: 24px;
	font-weight:bold;
}

h2 {
	font-size: 18px;	
	font-weight:bold;
}

h3 {
	font-size: 14px;	
	font-weight:bold;
}

.journal {
	font-style: italic;
}

.solution {
	display: none;
}