body {
	background		: #eee; 
	padding			: 10px; 
	margin			: 0;
	text-align		: center;
	vertical-align	: top;
}

blockquote {
	margin			: 10px;
	margin-left		: 30px;
	padding			: 0 20px 0 10px;
	border-left		: 5px solid #ccc;
}

div, td {
	font		: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color		: #003;
}

h1 {
	font		: bold 24px/24px Georgia, "Times New Roman", Times, serif;
	color		: #333;
}

h2 {
	font		: bold 18px/20px Georgia, "Times New Roman", Times, serif;
	color		: #333;
}

h3 {
	font		: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color		: #333;
}

h4 {
	font		: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	color		: #333;
}

h5 {
	font		: bold 12px/14px Georgia, "Times New Roman", Times, serif;
	color		: #333;
}

h6 {
	font		: bold 11px/12px Georgia, "Times New Roman", Times, serif;
	color		: #333;
}

a:link, a:visited  {
  color            : #235;
  text-decoration  : none;
}

a:hover, a:active {
  color            : #c00;
  text-decoration  : underline;
}

ul {
	list-style-image	: url(../images/indent.png);
}

form  {
	margin			: 0;
	padding			: 0;
	border			: 0;
}

imput {
	padding			: 0;
	margin			: 0;
}

select {
	font-size		: 10px; 
	font-weight		: normal; 
	color			: #333;
}

hr {
	background		: transparent; 
	height			: 1px; 
	border			: 1px solid #999; 
	width			: 90%;
}