/* Main Style Sheet
Global setting follow */

a {
	text-decoration:none;
}

body {
	margin:0;
}

img {
	border:none;
}

/* Id settings follow */

div#content {
	text-align:center;
	font-size:150%;
	font-weight:bold;
	padding-bottom:10px;
}

div#footer {
	text-align:center;
	font-size:100%;
	font-weight:bold;
	padding-bottom:10px;
}

div#primaryHeading {
	text-align:center;
	font-size:200%;
	font-weight:bold;
	padding-bottom:10px;
}

div#valid {
	padding-left:10px;
}

/* Class settings follow */

div.break {
	padding:20px;
}
