body {
	background-color: #FFFFFF;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {font-size: 12px}
.style7,
.style7 a:link,
.style7 a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.style7 a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* I'm adding this for the navigation styles */
#navigation {
	height: 108px;
	width: 640px;
	background-image: url('/FLAG4.jpg');
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#navigation ul {
	width: 640px;
	list-style-type: none;
	vertical-align: top;	
	padding: 0px 0px 0px 10px;	
	margin: 0px;
}
#navigation li {
	text-align: center;
	width: 128px;		
	float: left;
	margin: 0px;
	padding: 0px;
}
a:link#homelink,
a:visited#homelink  {
	width:640px;
	height:58px;
	display: block
}
/*
* { border: 1px solid red;}
/* End of my additions */

