div,table,tr,td,span,p,h1,h2,h3,h4,h5,h6,img,a,input,form,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a:link {
	color: #660099;
	text-decoration: underline;
}
a:visited {
	color: #660033;
	text-decoration: underline;
}
a:hover {
	color: #660099;
	text-decoration: none;
}
a:active {
	color: #FFB3B3;
	text-decoration: none;
}
img a:link {
	text-decoration: none;
border:none;
}
img a:visited {
	text-decoration: none;
border:none;
}
img a:hover {
	text-decoration: none;
border:none;
}
img a:active {
	text-decoration: none;
border:none;
}