.button {
		font-weight: bold;
		text-align: center;
		margin-bottom: 3px;
		margin-top: 3px;
}

.button a { 
		color: white; 
		text-decoration: none; 
		background-color: #000066; 
		display: block; 
		padding: 4px; 
		border-style: solid; 
		border-width: 2px; 
		border-color: #dcdcdc #696969 #696969 #dcdcdc; width: 98% 
}

.button a:hover { 
		background-color: #000066; 
		border-style: solid; 
		border-width: 2px; 
		border-color: #696969 #dcdcdc #a9a9a9 #696969;
		color:yellow;
}

.title {
	color:#000066;
	font-weight: bold;
	font-size: 20px;
}

.text {
	color:#000066;
	font-size: 15px;
	 font-weight: bold;
}

.smalltext {
	color:#000066;
	font-size: 14px;
}