body { 
	background-color: #2e2e53; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #2e2e53;
}

a:link { color: #545477; font-weight: bold; text-decoration: none;}
a:visited { color: #545477; font-weight: bold; text-decoration: none;}
a:active { color: #545477; font-weight: bold; text-decoration: none; }
a:hover { color: #8080b4; font-weight: bold; text-decoration: none;}


.top {
	background-color: #2e2e53;
	background-image: url(top.png); 
	background-repeat: no-repeat;
	background-position: right top; 
}

.lefthand {
	background-color: #2e2e53; 
	background-image: url(lefthand.png); 
	background-repeat: no-repeat;
	background-position: right top;
}


.righthand {
	background-color: #2e2e53; 
	background-image: url(righthand.png); 
	background-repeat: no-repeat;
	background-position: left top;
}

.interestingpart {
	background-color: #8080b4; 
	background-image: url(inside.png); 
	background-repeat: no-repeat;
	border: 3px solid #000000;
}

.navigator {

	border-bottom: 2px solid #2e2e53;
	font-size: 15px; 
}

.imageborder {

	border: 2px solid #000000;

}

.textsize {
	font-size: 15px; 
}

.interestingpart a:link { color: #2e2e53; font-weight: bold; text-decoration: none;}
.interestingpart a:visited { color: #2e2e53; font-weight: bold; text-decoration: none;}
.interestingpart a:active { color: #2e2e53; font-weight: bold; text-decoration: none; }
.interestingpart a:hover { color: #545477; font-weight: bold; text-decoration: none;}
