/* 
This file contains the styles 
for Hints 2014.html 
*/


/* Styles for the div */

div {
	background-color: rgb(215, 208, 178);
	margin-left: 203px;
	margin-right: 190px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* Styles for the article */
	
article.hints {
	font-size: 17px;
	text-align: left;
	text-indent: 50px;
	margin-top: 50px;
	width: 600px;
	margin-left: 30px;
}

/* sTyles for the address */

address {
	text-indent: 0px;
}

address a:link, address a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}