/**
 * CSS file for my personal web area
 */

body {
	margin: 2em 2em 2em 2em;
	font-family: times new roman, verdana, arial, helvetica, sans-serif;
	color: black;
	background: #fafafa;
	font-size: 14px;
/*	background-position: 10px 1em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/ufilesbkimg.gif);*/
}

h1.banner {
	color: #ffc;
	font-family: cooper black, times new roman, arial;
	font-variant: small-caps;
	background: #009;
	padding: 0em 0.5em 0em 0.5em;
	border-bottom: 3px solid red;
	border-left: 3px solid red;
}

h2 {
	color: #009;
	text-decoration: underline overline;

}

p {
/*	background: #eef;*/
	padding: 0.5em 1em 0.5em 1em;
}

dl {
	background: #ffc;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0em 1em 0em 1em;
	
}

dt {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0.5em;
}

dd {
	margin-bottom: 1em;
}

