
/* Teddy in Black*/


html {
	margin: 0;
	padding: 0;
	}

p { 
	margin-top: 0; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #757272;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555753;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #cfcfcf;
	}

div { 
	font: 100% times new roman;
	line-height: 1.25;
	color: #FFFFFF; 
	background: #000000; 
	width: 800px; 
	margin: auto
	}