body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

a  {
	font-size : x-small;
	font-family : Arial;
	color : #008000;
	text-decoration : none;
}

a:Visited  {
	font-size : x-small;
	font-family : Arial;
	color : #808080;
	text-decoration : none;
}

a:Hover  {
	font-size : x-small;
	font-family : Arial;
	text-decoration : underline;
}

a.small:link{
	font-size : xx-small;
}

 a.small:visited {
	font-size : xx-small;
}

p {
	text-align : justify;
	font-size : x-small;
}

.b {
	font-weight : bold;
}

.smallprint {
	font-size : xx-small;
}

.form {
	padding-left : 10px;
	padding-bottom : 5px;
	font-size : x-small;
	color : #305050;
}

