a:link {
	text-decoration: none;
	color: #663300;
	size:14px;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.text {
	color: #663300;
	}

.small {
	font-size:9px;
	}
	
.laranja {
	background-color:#FF9933;
	color:#663300;
	}

.castanho {
	background-color:#663300;
	color:#FF9933;
	}
.bottom {
	font-size:15px;
	color:#FFFFFF;
	font-family:"Garamond";
}
	
.footer {
	color:#FFFFFF;
	font-family:"Garamond";
	font-size:12px;
	}
	
.text {
	font-family: "Garamond";
	font-size:15px;
	color:#663300;
}

.links {
	font-family: "Garamond";
	font-size:20px;
	color:#663300;
}


//for the calendar

table {
    background-color: silver;
}
caption {
    font-family: verdana;
    font-size: 12px;
    background-color: while;
}
.prevMonth {
    font-size: 10px;
    text-align: left;
}
.nextMonth {
    font-size: 10px;
    text-align: right;
}
th {
    font-family: verdana;
    font-size: 11px;
    color: navy;
    text-align: right;
}
td {
    font-family: verdana;
    font-size: 11px;
    text-align: right;
}
.selected {
    background-color: yellow;
}


