/* standard text styles */


body 
{
	font-family: "Times New Roman", Times, serif;
	line-height: 1; 
	font-size:14px;
	color: #333366;
	padding: 0;
	border: 0;
	margin: 0;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:18px;
	line-height: 1.1;
	font-variant: normal;
	font-weight: bold;
}

h2.book
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:14px;
	line-height: 1.1;
	font-variant: normal;
	font-weight: bold;
}

td
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:12px;
	line-height: 1.1;
	font-variant: normal;
}

td.big
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size:16px;
	line-height: 1.1;
	font-variant: normal;
}

ul {
	font-size: 0.9em;
	line-height: 1.3;
	color: #333;
	padding: 6px;	
}
li {
	margin-top: 6px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:link {
	color: #993366;
	text-decoration: none;
}

a:visited {
	color: #0066ff;
}

a.pale {
	color: #666;
}

a:hover{
	color: #f33;
}

a.pale:hover {
	color: #f33;
}
