#content
{
	width: 750px;
	text-align: justify;
	font-size: 14px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 20px;
}

#content .subtitle
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	color: red;
	font-size: 16px;	
}

#content .listtitle
{
	font-weight: bold;
	font-style: italic;	
}

.image img
{
	border: 1px solid black;		
}

.images-table
{
	text-align: center;	
}

.images-table td
{
	width: 200px;	
}

.images-table img
{
	border: 1px solid black;	
}

#login_container
{
	text-align: center;	
	background-color: #ccccee;
}

#login_container table
{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	margin-bottom: 10px;	
}

#login_container input
{
	width: 150px;	
}
