BODY {
		font-family: sans-serif;
		font-size: x-small;
		text-decoration: none;
}

P {
		font-family: sans-serif;
		font-size: x-small;
		text-decoration: none;
		text-align: justify;
}

P:small {
		font-size: smaller;
}

P:large {
		font-size: larger
}

P:first-letter {
		font-size: x-large;
}

TABLE {
		font-family: sans-serif;
		font-size: x-small;
}

TD {
		font-family: sans-serif;
		font-size: x-small;
}

TR {
		font-family: sans-serif;
		font-size: x-small;
}

A {text-decoration: none}
A:hover {text-decoration:underline}
