body {
	color: #000000;
	font-size: 14px;
	font-family: Arial;
}
th {
	font-size: 14px;
}
td {
	font-size: 14px;
}

.navbar {
	color: #000080;
	font-size: 12px;
	font-family: Arial;
}

h2 {
	color: #008000;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial;
}

h3 {
	color: #339966;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial;
}


a:link {
	color: #0000ff;
	text-decoration: underline;
}



a:visited {
	color: #009900;
	text-decoration: underline;
}



a:active {
	color: #990000;
	text-decoration: underline;
}

.big {
	font-size: 17px;
	font-family: Arial;
}

.small {
	font-size: 11px;
	font-family: Arial;
}

#lost_found {
	border:  4px solid #999;
}

#lost_found td {
	font-size: 12px;
	color:  red;
	padding: 10px;
}

#lost_found td p {
	border-bottom: 1px solid #999;
}