* { margin:0;padding:0; }

html, body {
	font: 100.1% verdana, Arial;
	background: #eee;
}

h1, h2, h3, h4 {}
h1 {  }
h2 { 
	font-size: 180%;
	font-family: georgia;
	font-weight: normal;
	color: #000;
}
h2 span.special {
	font-size: 11px;
	font-weight: normal;
}
h3 { 

	font-size: 180%;
	font-family: georgia;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
}
h4 { 
	font-size: 100%;
	margin-bottom: 5px;
}
h5 { }
input, textarea {
	font-family: verdana, arial;
}
textarea {
	font-size: 100%;
}
a,a:visited {
	color: #007EBF;
}
h3.articleTitle a:visited {
	color: #000;
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover {}
table {}
th {}
td {}
p{
	color: #000;
	margin: 0 0 1em 0;
}
dt {
	font-weight: bold;
}
dl {
	margin: 0 0 1em 0;
}
