
@import url(./advanced.css);
@import url(./x-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: 'Lucida Grande', Verdana, helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-size: 150%;
  font-weight:bold;
  margin:0 0 1.1em 0;
}

h2 {
  font-size: 110%;
  margin:0 0 1em 0;
  font-weight: normal;
}
h3, h4 {
	font-size:100%;
	margin:0 0 0.2em 0;
	font-weight:bold;
}
h4 {
	font-size:100%;
	font-weight:bold;
	font-style:italic;
}
p {
	margin:0 0 1em 0;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#00FF00;
}
ul {
	margin:0 0 1em 25px;
}
li {
	margin:0 0 0.25em 0;
}
address {
	padding-left:25px;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
}
.centered {
	text-align:center;
}

