body {
	background-color: white;
}
.heading {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
}
.normal {	
	font-family: Arial;
	font-size: small;
	font-weight: normal;
}
.label {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: black;
}
.paragraph {
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
        text-indent: 20px;
}
.linktext {
    font-family: Arial;
    font-size:small;
    font-weight:bold;
    color:white;
}