/* CSS Document */
/* basic.css */

* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
body {
	text-align: center;
	background-color: #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
#Footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
