/* CSS Document */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border-padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var,h1,h2,h3,h4,h5,h6{
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
ul,ol,li {
	padding: 0px;
	margin:0px;
}
input text {
	text-indent: 2px;
}
hr {
	height: 1px;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
a:hover, a:active {
	color: red;
	text-decoration: none;
}
a:focus {outline:none}

