BODY {
	background-color: "#ffffff";
} 

a:active  {
	color: #ff0000;
}

a:hover {
	color: #FF0000;
	background-color: #fbfeba;
	text-decoration: underline;
	position: relative;
	top: 1px;
	left: 1px;
} 
H1 {
	font-size : 130%;
	color : white;
	background-color : blue;
	text-align : left;
	padding-top : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	border-right-width : 2px;
	border-bottom-width : 3px;
	border-right-style : solid;
	border-bottom-style : solid;
	border-right-color : gray;
	border-bottom-color : gray;
}

H3{
	padding-top : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	border-top-width : 2px;
	border-left-width : 10px;
	border-top-style : solid;
	border-left-style : solid;
	border-top-color : blue;
	border-left-color : blue;
	font-size : 120%;
	width : 80%;
}

H4{
	background-color : #80ffff;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : silver;
	border-right-width : 2px;
	border-right-style : solid;
	border-right-color : silver;
	background-position : 5px 5px;
	width : 70%;
}

.memo{
	padding-bottom : 5px;
	border-top-width : 2px;
	border-bottom-width : 2px;
	border-top-style : solid;
	border-bottom-style : solid;
	border-top-color : red;
	border-bottom-color : red;
	background-color : #c9fdfe;
	padding-top : 5px;
}


.note{
	background-color : #c9fdfe;
	padding-top : 4px;
	padding-bottom : 4px;border-style : dashed dashed dashed dashed;
	border-top-color : green;
	border-bottom-color : green;
	font-size : 80%;
	border-top-width : 1px;
	border-bottom-width : 1px;
	padding-left : 4px;
	padding-right : 4px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-left-color : green;
	border-right-color : green;
}

.map{
	background-color : #e8e8e8;border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-color : green green green green;
	font-size : 80%;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
}

.topemph{
	background-color : #c9fdfe;
	border-top-width : 2px;
	border-bottom-width : 2px;
	border-top-style : solid;
	border-bottom-style : solid;
	border-top-color : green;
	border-bottom-color : green;
	padding-top : 3px;
	padding-left : 10px;
	padding-bottom : 3px;
}

.pr{
	background-color : #c5feb6;
	padding-top : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-bottom : 3px;
}

.underemph {
	font-size : 80%;
	padding-top : 5px;
	border-top-style : solid;
	border-top-color : #008000;
	padding-bottom : 5px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #008000;
	background-color : #ccffff;
}

.underemenu {
	font-size : 80%;
	background-color : #ccffff;
}

.underemenu2{
	font-size : 80%;
	background-color : #ccffff;
border-top-width : 1px;
border-top-style : solid;
border-top-color : #008000;
}

.underemenu3{
	font-size : 80%;
	background-color : #ccffff;
border-bottom-width : 1px;
border-bottom-style : solid;
border-bottom-color : #008000;
}

