/* CSS Document */

p{
border: solid: #3300FF;
}

.navigation {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #6699FF;
	padding: 8;
	width: 70px;
	display: block;
	color: #0000FF;
}

.navigation:hover {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #00FFCC;
	padding: 8;
	width: 70px;
	display: block;
	border: medium groove #6600CC;
}

.navigation2 {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #6699FF;
	padding: 8;
	width: 220px;
	display: block;
	color: #0000FF;
}

.navigation2:hover {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #00FFCC;
	padding: 8;
	width: 220px;
	display: block;
	border: medium groove #6600CC;
}

.Hyperlink {
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
}
