/* CSS Document */

body{
	font-family: Arial, sans-serif;
	color: #660000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: medium;
	background-position: left;
	font-style: italic;
	font-weight: normal;
}

a{
	color: #660000;
	text-decoration: none;
}

a:link{
	color: #669900;
	text-decoration: none;
}

a:visited{
	color: #669900;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

.h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #660000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.smal{
	font-family: Arial, sans-serif;
	font-size: 80%;
	background-position: center;
}


