@import url(default2.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	padding: 1em;
}

h1 {
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: center
}

h2 {
	font-size: 1.2em;
	font-variant: small-caps;
	color: black;
}

h3 {
	font-variant: small-caps;
	margin-left: 0.5em
}

div.top {
	text-align: center
}

div.top blockquote {
	text-align: left
}

div.top img {
	display: none
}

p { 
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em
}

strong {
	font-variant: small-caps
}

a:hover {
	color: #ffffff; 
	background: #000000;
	text-decoration: none
}

a:active {
	color: #ffffff; 
	background: #C53944 url(red.jpg);
	text-decoration: none
}

dl {
	margin-left: 0;
	margin-right: 0;
}

dt {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #ffffff;
	margin-left: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	font-weight: bold;
   font-variant: small-caps
}

dt a {
	text-decoration: none;
}

dd {
	margin-left: 0;
	margin-bottom: 3px;
	padding-left: 10px
}

p.image img {
	float: left;
	padding: 0.5em
}


