/* VCIM 1570 week 3 style */

body {
	background-color:#e6e6e6;
	font-family:"arial", helvetica, sans-serif;
	color:#000000;
	font-size:1em;
	line-height:1.5em;
}
.center {
	margin:auto;
	width:85%;
}
h1
{
	font-family: TimesNewRoman, "Times New Roman ", Times, Baskerville, Georgia, serif;
	font-size:4em;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#navigation li {
	float:left;
	text-align:center;
	text-decoration:none;
}
#navigation a:link,a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#0000cd;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
#navigation a:hover,a:active
{
background-color:#696969;
}

