body {
	margin: 0px;
}
    .info      {font-family:'arial'; font-size:14; color: black; background-color: transparent; font-weight: normal; }
    .warn      {font-family:'arial'; font-size:14; color: rgb(120,0,0); background-color: transparent; font-weight: normal; }
    .error     {font-family:'arial'; font-size:14; color: red; background-color: transparent; font-weight: bold; }

h1 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 28px;
	color: #ffffc0;
	font-weight: lighter;
	margin: 12px 0px 1px 0px;
}
h2 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 16px;
	color: #7F9BC1;
	font-weight: lighter;
	margin: 0px 0px 2px 0px;
}
td {
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffc0;
}
