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

#main {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: center;
	font-family: monospace;
}

/*#main .table {
	font-family: monospace;
	font-style: italic;
	
}*/
.titles {font-weight: bold;}
strong {
	font-size: 15px;
}
tr:hover {background-color: #FCC9B8}