	body {
	margin:40px;
	padding:10px;
	background-color: #F8F8F8; 
	font-size:12px;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
		}
		
	a 
	{
	    font-size:12px;
	}
    a:link {color: Blue; text-decoration: none; }
    a:active {color: Red; text-decoration: underline; }
    a:visited {color: Blue; text-decoration: none; }
    a:hover {color: Blue; text-decoration: underline; }

	#navbar, #content {
	background:#F8F8F8;
	color: #000000;
	padding: 5px;
	}
	
	#navbar {
	border: none;
	border-bottom: 2px ridge #FFF;
	left:60px;
	background:#F8F8F8;
	position: absolute;
	width:76%;
	top:40px;
	font-size:16px;
	}
	
	#content {
	border: 0px ridge #000;
	left:60px;		
	width:100%;
	position: absolute;
	top:80px;
	}
	
	#addstats, #updmiles 
	{
		top:85px;
		border: 10px;
	}
	
	#addstats
	{
		left:100px;
		width:180px;
	}

	#updmiles 
	{
		left:400px;
		width:180px;
	}
	

	strong {
	color: Black;
	}
	
	hr, h1, h2, h3 {
	font-family: Verdana;
	color: Blue;
	}
	
    
