body { 
 	font-family: verdana; 
 	background-color: #FFFFFF;	
	color: #666666; 
}

p {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
}

a {
	font-size: xx-small;
}

A:link { 
	color: #0066FF; 
	font-weight: bold;
	text-decoration: none;
}

A:visited { 
	color: #0066FF; 
	font-weight: bold;
	text-decoration: none;
}

A:hover { 
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}

A:active { 
	color: #0066FF; 
	font-weight: bold;
	text-decoration: none;
}

p.important {
	color: FF6633;
}

p.title {
	color: 000000;
	background-color: F7F7F7;
	font-size: x-small;
	font-weight: bold;
	border: 1px dotted #000000;
	padding: 5px;
}

p.journal {
	color: 000000;
	font-size: xx-small;
	border: 1px dotted #FF6633;
	padding: 5px;
}


p.sponsor {
	color: 000000;
	background-color: FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	border: 2px dotted #CCCCCC;
	padding: 10px;
}

p.succes {
	color: FF6633;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}

ul {
	list-style-type: square;
	font-size: xx-small;
}

b {
	font-size: xx-small;
}

td {
	font-size: xx-small;
}