/* CSS Document */

p{
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family:"Courier New", Courier, monospace;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.bold2 {
	color: #FF6666;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
.vocab {
	color: #0066CC;
	font-family: "Courier New", Courier, monospace;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


.navigation{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FF9999;
	text-decoration: none;
	background-color:#6B4929;
	display: block;
	padding: 2px;
	width: 150px;
}


.navigation:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#6B4929;
	text-decoration: none;
	background-color:#FF9A9C;
	display: block;
	padding: 6px;
	width: 160px;
}
.submenu {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FFCC66;
	text-decoration: none;
	background-color:#9C7939;
	display: block;
	padding: 1px;
	width: 215px;
	height: 2px;
}
.submenu:hover {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#9C7939;
	text-decoration: none;
	background-color:#FFCC66;
	display: block;
	padding: 1px;
	width: 215px;
	height: 2px;
}
