ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, td, input, select {
	color:	#444;
}

body, td {
  margin:	0;
  padding:	0;
  font-family:	Verdana, Arial, sans-serif;
  font-size:	11px;
  background-color:	#fff;
}

ul, ol {
	list-style-position:  inside;
}

#main {
	width:	750px;
	margin-left:	auto;
	margin-right:	auto;
}

#footer {
	background:	#ccf;
	border-top:	1px solid #99c;
	clear:  both;
	height:	7px;
	margin-top:	5px;
}

#header {
	background:	white;
	border-bottom:	1px solid #99c;
	color:	silver;
	height:	45px;
	font-size:	25px;
	font-weight:	bold;
	margin-bottom:	10px;
	margin-top:	5px;
	text-align:	center;
	vertical-align:	bottom;
}

