
/* CSS file for Travel Writer Online */

.front {
	font-family: Courier New, Courier, mono;
	font-size: 24px;
	font-weight: bold;
}

td {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-weight: bold;
}

.small {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
}

.menu {
    font-family: "Courier New", Courier, mono;
	font-size: 15px;
}

a:link {
	color: #107897;
	text-decoration: none;
}

a:visited {
	color: #89835b;
	text-decoration: none;
}

.footer {
	color: #FFFFFF;
}