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

#nav {
	width: 150px;
}
#nav p {
	margin: 0;
	width: 150px;
	height: 20px;
	background: #666;
	padding: 6px 0 0 6px;
	border: 1px solid white;
}
#nav a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: black;
}
#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: white;
}
#mishatextbox {
	text-align: center;
}
#mishapic {
	padding-top: 30px;
}
#mishatext p {
}
#mishaname {
	font:"Arial Black", Gadget, sans-serif;
}

