/* Global Style Sheet */

body {
	/*font-family: Comic Sans MS, arial, helvetica, sans-serif;*/
	font-family: Georgia, serif;
	font-size: 10px;
	color: black;
	background-color: black;
	margin: 1em;
	padding: 0;
}
a:hover{
	font-weight:bold; 
}
b#main_heading {
	font-weight: 900; 
	color: darkblue; 
	font-size: 42
}

 #UpTwo{ font-size:140%; }
span#darkblue{ color:darkblue;}
span#brown{color:brown;}
span#font140{font-size:140%;}
span#datenote{color:grey;font-size:60%;}
span#counterinfo{font-family:Comic Sans MS;font-size:125%;font-weight: bold}
span#counterdate{font-family:Comic Sans MS;font-size:50%}
span#guestbookfont{font-family:arial;font-size:80%;color:black}
span#menufont{font-size:80%;}
span#tan{color:tan;}


/* Style the navbar */
#navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
