@charset "UTF-8";
/* CSS Document */

.main #container {
	width: 310px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 30px auto;
	text-align: left;
	padding: 30px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 14px;
}

.main #header {
	width: 370px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 30px auto 0px;
	text-align: left;
	padding: 0px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 14px;
}

.main #big-container {
	width: 600px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 30px auto;
	text-align: left;
	padding: 30px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 14px;
}

.heading {
	font-size: 28px;
}

.small {
	font-size: 9px;
}

A:link {
	color:#CC0000;
	text-decoration: underline
}

A:visited {
	color:#CC0000;
	text-decoration: underline;
}

A:hover {
	color:#FF9900;
	text-decoration: none
}
