/* import CSS2 information, but hide from older browsers */

@import url("level2.css");


/* font and  text alignment */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	font-weight: normal;
	font-size: 2.3em;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

dt {
	font-weight: bold;
}

.float-l {
	font-size: 1.1em;
	font-weight: bold;
}

/* borders */

img {
	border: 1px solid #999;
}

.footer-images img, .logo {
	border: 0;
}

.quote {
	font-style: italic;
	text-align: center;
}


/* hyperlinks */

a:link, a:visited {
	color: #d0c;
	text-decoration: none;
}

a:hover, a:active {
	color: #d0c;
	text-decoration: underline;
}


/* tables */

table {
	border: 0;
}

td {
	padding: 5px 10px 5px 10px;
	border: 0;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.heading {
	font-style: italic;
}

.content {
	font-weight: bold;
}
