
@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: 160%;
  font-weight:normal;
  margin:0 0 0.9em 0;
}

h2 {
  font-size: 125%;
  margin:0 0 0.4em 0;
}
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 1.4em 0;
}
a {
	text-decoration:none;
}
a:hover {
	color:#D31E7C;
}
img {
	border:0;
}
p.feedback {
	color:#FF0000;
}
address {
	font-style:normal;
}
.clearing {
	clear:both;
	line-height:1px;
}
