* {
	margin: 0; 
	padding: 0;
}

body { font: 95% Arial, Helvetica, sans-serif; color: #000; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; }

a {
	color: silver;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0 none;
}
h1, h2, h3, h4 {
	font-family: Arial, Geneva, sans-serif;
	color: #777677;
	background: transparent;
}

h1 { font-size: 1em; font-weight: bold; font-style: italic; text-decoration: underline; text-align: left; padding-left: 2px; display: block; }

h2 { 
	color: #ff1919; 
	font-size: 1.4em; 
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 0.8em;
}

p, li {
	font-size: 0.80em;
}

ul { margin-left: 30px; list-style-type: square; }

