/* TYPOGRAPHY */body { 	color: #000;	background-color: #e6e6e6;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	word-spacing: 1px;	line-height: 16px;	}img {	border: 0;	}/* LINKS */a:link,a:visited {	color: #7d8183;	background-color: inherit;	text-decoration: none;	font-size: 11px;	}a:hover,a:visited:hover {	color: #06f;	background-color: inherit;	text-decoration: underline;	}a:active,a:visited:active {	color: #f90;	background-color: inherit;	text-decoration: none;	}a.ip:link,a.ip:visited {	color: #525759;	background-color: #fff;	text-decoration: none;	font-size: 12px;	}a.ip:hover,a.ip:visited:hover {	color: #06f;	background-color: #fff;	text-decoration: underline;	}a.ip:active,a.ip:visited:active {	color: #f90;	background-color: #fff;	text-decoration: none;	}a.pop:link,a.pop:visited {	color: #000;	background-color: inherit;	text-decoration: none;	font-size: 14px;	font-weight: bold; 	}a.pop:hover,a.pop:visited:hover {	color: #06f;	background-color: inherit;	text-decoration: underline;	}a.pop:active,a.pop:visited:active {	color: #f90;	background-color: inherit;	text-decoration: none;	}/* TEXT */.p {	color: #000;	background-color: #fff;	}.bold {	font-weight: bold;	}.copyright { 	color:#bbb;	background-color: inherit;	font-size:10px;	line-height:15px;	}.ip { 	color:#525759;	background-color: #fff;	 }.red,.redlink {	color:#f00;	background-color: inherit;	}.v {	color:#ccc; background-color: inherit;	font-size:10px;	line-height:15px;	}/* DIV */div.center { text-align:center; }