/* Color palette 			*/
/* prussian blue: #0B3C5D 	*/
/* sky blue: #328CC1		*/
/* ivory black: #1D2731 	*/
/* gold leaf: #D9B310 		*/
/* steel blue: #B0C4DE		*/

a {
	color: #1D2731;
}

a:hover {
	color: #328CC1;
	text-decoration: none;
}

/** CONTENT */

.content_filler {
	display: inline-block;
	float: left;
	width: 100px;
	height: 800px;
}

#content {
	float: left;
	width: 800px;
	margin: auto;
}

#notesTable {
	background-color: #FFFFFF;
	width: 800px;
	color: #1D2731;
	text-align: center;
	border-radius: 5px;
	border: 3px solid #1D2731;
	margin-bottom: 20px;
}

table p {
	color: #1D2731;	
	text-align: center;
}

tr, th {
	border-radius: 2px;
	border: 2px solid #1D2731;
}

th p {
	margin-top: 10px;
}
