/*CSS for Terri Colombino Fansite*/																	
body {font-family: Times, Helvetica, sans-serif; width: 800px; margin-left: auto; margin-right: auto; margin-bottom: 0px;}		
p /*dark blue text for paragraphs*/ {font-weight: normal; color: #3D515C;}
			
table /*centers all tables*/ {margin-left: auto; margin-right: auto; rules: none;}

h1 /*Terri Conn Fansite name in pink*/ {font-weight: bold; color: #9B6356; font-size: x-large;}	

h2 /*Page names in dark blue*/ {font-family: Times; text-align:center; font-weight: normal; color: #3D515C; font-size: 150%;}								

td /*Text in cells are dark blue*/ {font-weight: normal; color: #3D515C;}

table.banner /*top banner with smaller text*/  {font-family: Helvetica; text-align: center; font-size: 85%; border:0; width:790px; cellpadding:4; cellspacing:0;}

strong /*bold text*/ {font-weight: bold;}

/*All links are pink*/
a:link {text-decoration: none; color: #9B6356;}
a:visited { text-decoration: none;color: #9B6356;}
a:active {text-decoration: none;color: #9B6356;}

/*this link is grey*/  a.newbc {color: #DEDFD3;}											
#articlesbanner /*align text in articles banner*/ {vertical-align: middle; text-align: center; }

td.one /*border width and colour in articles banner*/ {border-style:solid; border-width: 3px; border-color: #DEDFD3 #DEDFD3 #DEDFD3 #DEDFD3; cellpadding:3px;}

li /*no decoration in listed items*/ {list-style-type: none; list-style: none;	}

hr /*thin pink horizontal lines*/ { color: #9B6356; text-align:center;  border: 0; color: #9B6356; background-color: #9B6356; height: 1px;}				
