@charset "UTF-8";
/* CSS Document */

body{
	background-color: #6699FF;
	color: #FFFFFF;
	font-family: Tahoma;
	/*li a:hover {
 		font-family: Tahoma;
 		padding: 0px 50px 0px 50px;
 		font-decoration:underline;
 		color: #001F7A;*/ 
	
	}
	
a:link {
	color: #FFFFFF;
	
	}
	
a:hover {
		color: #001F7A;

	}

a:visited {
		color: #0033CC;

	}


.header 
	{
	background:url(JohnReissig.gif) no-repeat;
	}
		
#navbar
 /* basic navbar settings for this id */
 {
 /*height: 25px;*/
 /*width: 960px;*/
 /*border: 1px solid black;*/
 }

#navbar ul
	/*setting for unordered list in the navbar id */
	 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
 	/*line-height: 25px;*/
	/*background-color: #524E73;*/  
	}

#navbar li
	/* List item settings for each list item within the ul with navbar id */
	{
 	list-style: none;
 	display: inline;
	}

#navbar li a
	/*link settings for each link within the li in the unordered list */
	{
	font-family: Tahoma;
 	text-decoration: none;
 	padding: 0px 50px 0px 50px;
 	color:#FFFFFF;
	text-align:center;
	}

#navbar li a:hover {
 font-family: Tahoma;
 padding: 0px 50px 0px 50px;
 font-decoration:underline;
 color: #001F7A;
}

#navbar li a:visited {
 font-family: Tahoma;
 padding: 0px 50px 0px 50px;
 color: #0033CC;
 text-decoration:none;
}


