	#ttvimage {
		width: 77%;
		margin: 0 auto;
	}
	
	#ttvimage img{
		border: none;
	}	
	
	#ttvcontent {
		width: 75%;
		padding: 10px;
		margin: 0 auto;
		background: #fff;
		border: 3px solid #000;	
		font-family:  Arial, Helvetica, sans-serif;
	}
	
	#ttvcontent h1 {
		color: #752b90;
		font-size: 16pt;
	}
	
	#ttvcontent h2 {
		color: #752b90;
		font-size:13pt;
	}
	
	#ttvcontent p {
		font-size: 10pt;
		color: #000;
	}
	
	#ttvcontent a:link, #ttvcontent a:visited, #ttvcontent a:hover, #ttvcontent a:active {
		text-decoration: underline;
  		color: #752b90;
	}

	#ttvcontent a:hover {
		text-decoration: underline;
	}

