@import url("style.css");
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(images/browserbar_04.jpg);
	background-repeat: no-repeat;
	background-color: #CCDCEC;
}
h1 {
	font-size: 24px;
	color: #990000;
	text-indent: 5px;
}
h2 {
	font-size: 14px;
	color: #000000;
	text-indent: 20px;
	letter-spacing: 2px;
	padding-top: 20px;
}
h3 {
	font-size: 12px;
	color: #222222;
	text-indent: 40px;
	padding-top: 22px;
	letter-spacing: 1px;
	
}
h4 {
	font-size: 12px;
	color: #555555;
	text-indent: 66px;
}
a:link {
	text-decoration: none;
	color: #0066CC
}
a:visited {
	text-decoration: none;
	color: #2288FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
