body {
	font-family: Arial;
	background-color: #CCCCFF;
}
<!--Fonts-->
P	{
	font-family: Arial;
	font-size: 11pt;
	text-align:center;
}
P.red	{
	font-family: Arial;
	font-size: 11pt;
	text-align:center;
	color:red;
}
P.footer	{
	font-family: Arial;
	font-size: 10pt;
	text-align:center;
}
P.left	{
	font-family: Arial;
	font-size: 10pt;
	text-align:left;
}
h1	{
	text-align:center;
}
h2.title	{
	text-align:center;
}
h3	{
	text-align:center;
}

<!--Tables-->
td.title {
	font-family: Arial;
	background-color: #cccccc;
	text-align:center;
}
td.input {
	font-family: Arial;
	background-color: #FFFFCC;
	text-align:center;
}
td.null {
	font-family: Arial;
	background-color: #333333;
	text-align:center;
	border: 1px solid black;
}
td.output {
	font-family: Arial;
	background-color: #DDDB97;
	text-align:center;
}
<!--Menu Hyperlinks-->
a.menu:link	{
	color: Blue;
}
a.menu:visited	{
	color: Blue;
}
a.menu:hover	{
	color: Red;
}
a.menu:active	{
	color: Red;
}

<!--Header Hyperlinks-->
a.title:link	{
	color: Red;
}
a.title:visited	{
	color: Red;
}
a.title:hover	{
	color: Blue;
}
a.title:active	{
	color: orange;
}