/* CSS Document */

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 0.7em;
}

h1 {
	font-size: 0.9em;
}

h2 {
	font-size: 0.85em;
}

h3 {
	font-size: 0.8em;
}

h4, h5, h6 {
	font-size: 0.75em;
}

ul {
	font-size: 0.7em;
}

td {
	font-size: 0.8em;
	color: #000000;
}
textarea {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
