body {
        text-align:center;
		margin:0 auto;
}

table {
	 	background-image: url(/images/bob_bg.jpg);
		background-repeat: no-repeat;
        margin: 0 auto;
        border-collapse : collapse;
		width: 800px;
		height: 900px;
}

table td, table th {
        padding : 0;
}

#text_a {
	position: relative; 
	top: 10px; 
	left: 75px;
	text-align: left;
	color: #ba0000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 0; margin-bottom: 10px;	
}

#text_b {
	position: relative; 
	top: 10px; 
	left: 75px;
	text-align: left;
	color: #000;
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 0; margin-bottom: 10px;	
	margin-left: 0px; margin-right: 375px;
	width: 400px;
}

a.text_b:link { 
	font-family: Verdana;
	color: #88b7c9;
	}
a.text_b:visited { 
	font-family: Verdana;
	color: #88b7c9;
	}
a.text_b:hover { 
	font-family: Verdana;
	color: #88b7c9;

	}
a.text_b:active { 
	font-family: Verdana;
	color: #88b7c9;
	}
