body {
	background-attachment: fixed;
	background-image: url(assets/background.jpg);
}
a:link {color: Blue;
}
a:visited {color: Blue;}
a:hover {color: Red;
}
a:active {color: Red;}
td {font-family: "Times New Roman", Times, serif; font-size: 16px; color: Navy;
}
td.footer {
	text-align: center;
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-style: italic;
	color: Navy;
}
li {color: Navy; list-style-type: square}
ul {color: Navy; list-style-type: square}
ol {color: Navy}


