body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FF5500;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #FF5500;
	scrollbar-arrow-color: #FFFFFF; 
}

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

a:visited {
	text-decoration: none;
	color: #FF5500;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: none;
	color: black;
}

a.white {
	text-decoration: none;
	color: white;
}

a.white:visited {
	text-decoration: none;
	color: white;
}

a.white:hover {
	text-decoration: none;
	color: #E1E1E1;
}

a.white:active {
	text-decoration: none;
	color: #E1E1E1;
}

p {
	font-size: x-small;
}

h1 {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}

h1.potm {
	font-size: x-small;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	text-align: center;
	color: white;
}

p.potm {
	padding: 0px 3px 0px 3px;
	text-align: center;
	color: white;
}

p.small {
	font-size: xx-small;
}