@import url("v5browsers.css");

a img {
	border: 0;
}

a, a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	color: #ff0000;
	font-size: 150%;
	margin: 10px 0 10px 0px;
}

h2 {
	color: #FFF;
	font-size: 115%;
	font-style: italic;
	margin: 10px 0 5px 0px;
}

h3 {
	color: #747B9C;
	font-size: 100%;
	margin: 10px 0 5px 0px;
}

h4 h5 h6 {
	color: #427E69;
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0 5px 0px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 2px;
}

p {
	margin-top: 0;
}

ul li {
	list-style: disc url(../images/bullet.gif) inside;
	margin-top: 3px;
	margin-left: 0;
	padding-left: 0;
	list-style: square;
}

.art {
	border: none;
	padding: 10px 0 10px 0;
	text-align: center;
}

.highlight {
	font-size: 120%;
	color: #FC3;
	text-align: center;
}

.center {
	text-align: center;
}

