/*******************************************************************************
	AUTHOR:		Timothy Higgins
	CONTACT:	th422@drexel.edu
	
	This style sheet is for the navigation bar that appears on all pages.
*******************************************************************************/

	div.bar a:link, div.bar a:visited{
		color: white;
		text-decoration: none;
	}
	
	div.bar a:hover, div.bar a:active{
		color: #78123f;
	}
	
	div.bar{
		background-image: url('bar.png');
		font-family: sans-serif;
		font-size: 13px;
		color: white;
		text-align: right;
		padding: 5px;
		margin: 0;
	}