<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
 * content.css (tackle_trader)
 *****************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, li, lo, table,label {
	font-size:12px;
	color:#404041;
	margin:0px;
	margin-bottom:15px;
}

p {
	line-height:18px;
}

h1 { font-size:18px; font-weight:normal; color:#7e3013; }

h2 {
	font-size: 18px;
	font-weight:normal;
	border-bottom:1px solid #aaaaaa;
	padding-bottom:2px;
}

a {
	color:#7e3013;
	/* text-decoration:none; */
}

a:hover {
	text-decoration:underline;
}

a:active {
	background-color:#dddddd;
}

img { border: none; }

ul li ul { margin-top:10px; }

/*

forms

*/

label {
	color:#31201B; font-weight:bold;	
}

label span.required {
	color:#dd4444; font-size:10px;
}

input, select, textarea {
	color:#1E1220; font-family: Arial, Verdana, sans-serif; 
}

textarea {
	font-size:12px;
}

/*

p.nvp

*/

p.nvp {
	margin-bottom:5px;
	line-height:normal;
}

p.nvp strong {
	font-size:9px;
}

</pre></body></html>