@charset "utf-8";
/* CSS Document */

.border { border: 1px solid #666666;} 

.style3 {font-size: 18px; font-weight: bold}

.style4 {font-size: 10px}

.style5 {
	color: #0000FF;
	font-weight: bold;
	font-size: 10px;
}

.date {
	color: maroon;
	font-weight: bold;
	font-size: 12px;	
}

.typeofsport {
	color: blue;
	font-weight: bold;
	font-size: 10px;	
}

.content {
	color: black;
	font-weight: bold;
	font-size: 10px;	
}


h5     {
       text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
       }
	

.notes {
	color: red;
	font-weight: bold;
	font-size: 10px;	
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
.today {
	bgcolor: #CCCCCC;
}

.dayoff {
	color: green;
	font-weight: bold;
	font-size: 10px;
}

option.maroon {color: red;}
