body, html {
	background-color: #fff;
	text-align: left;
	}

div#start {
	width: 200px; 
	height: 150px; 
	margin: 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
a:link 	{ text-decoration:underline; font-weight: regular; color: #000; }

a:visited { text-decoration:underline; font-weight: regular; color: #000; }

a:active { text-decoration:underline; font-weight: regular; color: #000; }

a:hover { text-decoration:underline; font-weight: regular; color: #000; }
