a {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #00FFCC;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #666666;
	text-transform: capitalize;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	color: #666666;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.linkbox a:hover {
	border: 1px solid #000000;
}
abbr {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	cursor: crosshair;
}
