/* CSS Document */

body, td, th {
	font-family: Papyrus;
	font-size: x-large;
	color:#060;
	background-color: #FFC;
}

h1 {
	font-size: xx-large; 
	text-align: center;
}

h2 {
	font-size: x-large; 
	
}

h3 { 	
	font-size: large;
	
}

h4 { 
	font-size: small;
	text-align:center;
}

.nav_title {
	font-size: x-large;
	font-weight: bold;
}

.navbar {
 vertical-align: top;
}

