/* ======================================= */
/* ! Travel and Expense training modules   */
/* ======================================= */

body {
	background: #f7f7f7;
	font: 78%/155% verdana, tahoma, sans-serif;
}
#wrapper {
	margin: 20px auto;
	width: 1024px;
}
#navigation {
	padding: 10px 0;
}
a {
	color: #0038A8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #4F4F78;
}
.alert {
	border: 1px solid #ccc;
	background: #eee;
	padding: 30px;
}
