/*[variables]
colors
{
	@10: #000000;
	@00: #353434;
}
*/
HTML
{
	margin: 30;
}
H1
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
B
{
	color: #000000;
}
BODY, P, TD, PRE
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000; /*[e]@10*/
}
A:link, A:visited, A:active
{
	font-family: arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: blue;
}
A:hover
{
	font-family: arial;
	font-size: 13px;
	font-style: none;
	text-decoration: none;
	color: #AAAAAA;
}
INPUT, TEXTAREA
{
	border: 1 solid #AAAAAA;
}
