body,html {
	padding-top: 10px;
	margin-top: 10px;
	margin: 0px;
	background-color: #c4c4c4;
	word-spacing: 2pt;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
}

a { 
	color: black;
	text-decoration :none;
	border-bottom: 1px dotted black;
	cursor: help;
}

input,textarea {
	font-family: verdana;
	font-size: 10px;
	width: 200px;
	border: 1px solid #CCCCCC;
	margin: 2px;
	padding: 1px;
}

#fill {
	text-align: center;
	width: 600px;
	background: #e0f3fa; /* Old browsers */
	background: -moz-linear-gradient(top, #e0f3fa 0%, #d8f0fc 14%, #b8e2f6 34%, #b6dffd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0f3fa), color-stop(14%,#d8f0fc), color-stop(34%,#b8e2f6), color-stop(100%,#b6dffd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0f3fa 0%,#d8f0fc 14%,#b8e2f6 34%,#b6dffd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0f3fa 0%,#d8f0fc 14%,#b8e2f6 34%,#b6dffd 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e0f3fa 0%,#d8f0fc 14%,#b8e2f6 34%,#b6dffd 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e0f3fa 0%,#d8f0fc 14%,#b8e2f6 34%,#b6dffd 100%); /* W3C */	
	border: 1px solid black;
	border-radius: 10px;
}

#header,#footer,#main {
	letter-spacing: 1mm;
	padding: 4px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
}

#header
{
	border-bottom: 1px solid white;
}

#footer
{
	border-top: 1px solid white;
}

#main {
	letter-spacing: 0.5px;
	font-size: 11px;
}

.right {
	text-align: right;
}

.css {
	width: 400px;
	height: 300px;
}

h1 {
	font-size: 14px;
	font-family: "Arial Black";
	font-weight: normal;
	letter-spacing: 1mm;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-family: "Arial Black";
	font-weight: normal;
	letter-spacing: .5mm;
	padding: 0px;
	margin: 0px;
}
