body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #333333;
}
h1, h2, h3, h4{
	font-size: 0.9em;
}
p,ul,ol{
	font-size: 0.7em;
}
a:link, a:visited{
	color: #0066FF;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF0000;
	text-decoration: underline;
}
.text{
	font-size: 0.7em;
}
.red{
	color: #FF0000;
}
.amber{
	color: #FF9900;
}
.green{
	color: #006600;
}
.grey{
	color: #666666;
}
.red a:link, .red a:visited{
	color: #FF0000;
	text-decoration: none;
}
.red a:hover, .red a:active{
	color: #FF0000;
	text-decoration: underline;
}
.clear{
     clear: both;
     overflow: hidden;
     width: 0;
     height: 0;
}