﻿<style type="text/css">
table.curriculum {
	width: 500px;
	border-width: 1px;
	border-spacing: 3px;
	border-style: solid;
	border-color: #e1e1e1;
	border-collapse: collapse;
	background-color: white;
}
table.curriculum th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: white;
	font-family:Arial;
	font-size:12px;
}
table.curriculum td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: white;
	font-family:Arial;
	font-size:12px;
	white-space: no-wrap;
	border-spacing: 3px;
}
</style>
