/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 15px;
color: #0033CC;
line-height: 20px;
padding: 5px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	background-color: #99FFFF;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	background-color: #FF0000;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

p.inset {
border=style: inset
}
