@import url(_con.css);
html {
  scrollbar-face-color: #d5e3fd;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #000000;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #566a8d;
  scrollbar-track-color: #ebf1f5;
  scrollbar-darkshadow-color: #d9e4eb;
}
* { font-family: sans-serif; }
h1 { color: #53A5D8; margin:0; font-size: 16px; padding-left: 2ex;font-family:Arial; font-weight: normal; }
h1 span { position: absolute; left: 0; }
p, table { left-padding: 2em; color: #333; font-size: 13px; margin-left: 1em; line-height:120%; }

#listing li { left: -2.5ex; }
li {
	position: relative;
	color: #333;
	font-size: 12px;
	padding-bottom: 1em;
	line-height:120%;
}
li span { position: relative; left: -1ex; }
a { text-decoration: none; color: #399; }
a:visited, a:active {	color: #2E7D7D; }
a:hover { color: #0CC; }

.now { font-size:16px; line-height:12px; }
.note {
	font-size:12px;
	font-weight: bold;
}
