/* Screen stylesheet for Juvenilia.org */

body {
	font-family: sans-serif;
}
	
a {
	color: #00f;
}

ul#menu {
	display: none;
}

div#footer {
	display: none;
}

div#canvas {
	padding: 5px;
	font-family: sans-serif;
}

h1 {
	border-bottom: 1px solid #000;
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	font-family: serif;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

img {
	margin: .5em 1em;
}

dl.club dt {
	font-size: 100%;
	font-weight: bold;	
}

dl.club dd {
	margin: 1em 0 1em 3em;
}

th {
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

td.calup, td.caldown {
	display: none;
}

td.calendar {
	text-align: center;
	background-color: #ccc;
}

.day {
	font-size: 200%;
}
