@media screen {
	body {
		background-image: url(http://earthonly.com/ajo/images/binder_bg_1.gif);
		font-family: arial, helvetica, sans-serif;
		}
http://earthonly.com/ajo/calendar/index.php
	p.d01 {
		display: none;
		}
}
td {
	height: 50px;
 }

table.mo td, th {
	/*border-style: solid;
	border-width: 1px;
	border-color: #666666;*/
	font-size: 70%;
}

.today {
		background-color: #ffffcc;
	 }

.bg01 {
	background-color: #990000;
}

.bg02a {
	background: url(http://earthonly.com/ajo/images/stripe_blublu.gif);
}

.b {
	font-weight: 700;
}

.red {
		color: #ff0000;
	 }

.cr {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

.bl {
	text-decoration: none;
	color: #000000;
}

.propose {
font-size: 70%;
font-weight: normal;
text-align: center;
}


@media print {
body {
	background-image: none;
	font-family: arial, helvetica, sans-serif;
	margin: 20px;
}

h1 {
	font-size: 70%;
}

p.d01 {
	display: block;
}

p.pb {
	page-break-after: always;
}

p.d0 {
	display: none;
}
}