

body {
	font-size: 15px;
	margin: 0px;
	margin-left: 20px;
	color: #12455b; /*dark blue*/
	font-family: Calibri, sans-serif;
	background: url(images/leaves_tile.jpg);
	background-color: #eaeaea; /*light grey*/
	}

#wrapper {
	margin: 0px auto; /* Firefox trick in CSS to center. vert_margins horz_margins. */
	width: 940px; /* width of site */
}

#title_note {
	font-size: 15px;
}

table td {
	border: solid black 1px;
	background-color: white;
	padding: 5px;
}
img {
	float: right;
	margin: 0 0 10px 15px;
}
a img {
	border: none;
}
h3 a:hover {
	text-decoration: none;
	color: #12455b; /*dark blue*/
}

#footer {
	float: right;
}
.col_1 {
	min-width: 200px;
}
.col_2 {
	min-width: 100px;
}
.col_3 {
	
}

/*----------------------- Links ----------------------------------------------*/

a:link, a:visited {
    color: #0babb4;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #32b618;
}

a:active {
	color: #69d75e; 
}
