/* btl.css */

body {
	font-family: Arial, sans-serif;
	font-size: smaller;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffd;
	color: #000;
}

#container {
	border-style: double;
	border-width: 0px 3px;
	position: relative;
	padding: 4em;
	text-align: justify;
	width: 70%;
	background-color: #ffe;
	background-image: url(backgrnd.gif);
	background-repeat: repeat;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, serif;
	font-weight: normal; 
	background-color: inherit;
	color: #042;
} 

a:link {
	font-weight: bold;
	background-color: inherit;
	color: #063;
}

a:visited {
	font-weight: bold;
	background-color: inherit;
	color: #042;
}

a:active {
	font-weight: bold;
	background-color: inherit;
	color: #000;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #000;
}

ul {
	list-style: square;
}

img {
	border: 2px solid;
}

.center {
	text-align: center;
}

