h2 {
	color : green;
	text-decoration : underline;
}
h3 {
	font-weight : normal;
}
.font-color-white {
	color : white;
}
.font-color-black {
	color : black;
}
.th-head {
	background-color : #71aaff;
}
.th-body {
	background-color : #2564ab;
}
.col1 {
	background-color : #cccccc;
	vertical-align : top;
}
.col2 {
	background-color : #eaeaea;
	vertical-align : top;
}
a.ground {
	color : blue;
    text-decoration : none;
}
a:hover.ground {
 	top : 1px;
	left : 1px;
	position : relative;
	text-decoration : underline;
}
.page {
    padding : 1px;
    margin : 3px;
	border : 1px groove black;
    width : 25px;
    text-align : center;
    background-color : #d7ffff;
}
a.page {
    text-decoration : none;
}
a:hover.page {
    text-decoration : none;
	color : white;
    background-color : #2564ab;
}
.all {
    padding : 3px;
    margin : 3px;
	border : 1px groove black;
    text-align : center;
    background-color : #ffffcc;
}
a.all {
    text-decoration : none;
}
a:hover.all {
    text-decoration : none;
	color : white;
    background-color : #2564ab;
}
.attention {
	line-height : 150%;
}
.nomarginbottom {
	margin-bottom : 0px;
}
.border {
	border : 2px solid #2564ab;
	width : 500px;
}
