img {
	border-color: Black;
}
a:link {
	font: normal bold;
	color: #663333;
}

a:visited {
	font: normal bold;
	color: #663333;
}	

a:active {
	color: #663333;
}

a:hover {
	text-decoration: none;
}
	
body {
	margin-top: 3px;
	background-image: url("bg.jpg");
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #663333;
	font-size: 16px;
	background-repeat: repeat;
}

table {
	text-align: left;
	font-family: serif;
	color: Black;
	font-size: 16px;
}

td {
	text-align: left;
	font-family: serif;
	color: #663333;
	font-size: 16px;
}


blockquote {
	}

h1 {
	font-size : xx-large;
}

h2 {
	font-size : x-large;
}

h3 {
	font-size : large;
	}

h4 {
	font-size : medium;
	margin-bottom : -1 px;
	}

li {
	list-style-image : ;
	padding-left : 4px;
	}














