body
{
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	font-size: 14px;
}

h1, h2, h3, h4, p, ul, li, blockquote, textarea 
{ 
	font-family: Arial, Verdana, Geneva, Sans-Serif;
}
td
{ 
	background-color: #fcfcfc;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
}
tt, code, pre 
{ 
	font-family: Monospace;
}

h1
{
	font-size: 20px;
	line-height: 24px;
	color: #000000; 
}
h2 
{ 
	font-size: 18px; 
	color: 000000; 
}
h3 
{ 
	font-size: 16px; 
}
h4
{
	font-size: 14px;
}

p,ul,li,td,blockquote,textarea,b,i { font-size: 13px; }

/* relative size */
.small { font-size: 12px; }
.verysmall { font-size: 10px; }
.big { font-size: 18px; }
.verybig { font-size: 24px; }


a:name
{ 
	text-decoration: none;
}

a:link { 
	text-decoration: underline;
	color: #db3402
}
a:active { 
	text-decoration: underline; 
	color: #FF8800
}
a:visited { 
	text-decoration: underline; 
	color: #8e4e2d
}

