/* SCHIERON.COM *//* ------------------------------------------------------------------------ *//* TYPOGRAPHY */body { 	color: #000;	background-color: #000;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	word-spacing: 1px;	line-height: 16px;	margin: 0px;	}img {	border: 0;	}/* ------------------------------------------------------------------------ *//* HEADINGS *//* ------------------------------------------------------------------------ *//* LINKS */a:link,a:visited {	font-size: 14px;	letter-spacing: 1px;	color: #36c;	background-color: #fff;	text-decoration: none;	}a:hover,a:visited:hover {	color: #fff;	background-color: #000;	text-decoration: none;	}a:active,a:visited:active {	color: #900;	background-color: #000;	text-decoration: none;	}	a.hlm:link,a.hlm:visited {	font-size: 10px;	color: #222;	background-color: #000;	text-decoration: none;	}a.hlm:hover,a.hlm:visited:hover {	color: #fff;	background-color: #000;	text-decoration: none;	}a.hlm:active,a.hlm:visited:active {	color: #900;	background-color: #000;	text-decoration: none;	}/* ------------------------------------------------------------------------ *//* TEXT */p,.p {	background-color: #fff;	color: #000;	}	b,strong,.b,.strong {	font-weight: bold;	}	i,em,.i,.em {	font-style: italic;	}.copyright {	font-size: 10px;	background-color: #fff;	color: #bbb;	}/* ------------------------------------------------------------------------ *//* LISTS *//* ------------------------------------------------------------------------ *//* TABLES */table.top {	border: 0px;	border-spacing: 0px;	padding: 0px;    width: 100%;	}table.middle {	background-color: #900;	color: #900;	border: 0px;	border-spacing: 0px;	padding: 0px;    width: 100%;	}	table.bottom {	background-color: #fff;	border: 0px;	border-spacing: 0px;	padding: 0px;    width: 100%;    height: 75%;	}/* ------------------------------------------------------------------------ *//* FORM ELEMENTS */	input,select,textarea {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	padding: 2px;	}