body {
		font-family: Arial, Helvetica, Sans-serif;
		font-weight: medium;
		font-style: normal;
		color: #000000;
}

p {
		font-family: Arial, Helvetica, Sans-serif;
		font-weight: medium;
		font-style: normal;
		color: #000000;
}

ul {
		font-family: Arial, Helvetica, Sans-serif;
		font-weight: medium;
		font-style: normal;
		color: #000000;
}

h1 {
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 110%;
		font-weight: bold;
		font-style: normal;
		color: #ff0000;
}

a {
		font-family: Arial, Helvetica, Sans-serif;
		font-weight: medium;
		font-style: normal;
		color: #808080;
		text-decoration: none;
}

a:hover {
		font-family: Arial, Helvetica, Sans-serif;
		font-weight: medium;
		font-style: normal;
		color: #808080;
		text-decoration: underline;
}

.highlight {
		font-weight: bold;
		color: #000000;
		background: #FFFF00;
}

.bold {
		font-weight: bold;
		color: #000000;
}

.small {
		font-size: 70%
}