/* Jolieart Stylesheet */
body {
	background-color: #fff;
	font: 11px/16px verdana, tahoma, arial, sans-serif;
	text-align: center;
}
.maintext {
	padding-right: 50px;
	padding-left: 5px;
    font: 14px Georgia, serif;    
}
.mainhead {
    padding-right: 50px;
    padding-left: 5px;
    font: 20px Georgia, serif;
    font-weight: bold;
    border-bottom: 2px solid #57AEC9;
}
/* define normal behaviour for links */
a:link, a:visited, a:active { color: #0000cc;}
a:hover { background-color: #57AEC9; color:white; }

/* define behaviour for bottom text buttons */
.bbar:link, .bbar:visited, .bbar:active {
  font-weight: bold;
  font-face: Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: white;
}
.bbar:hover {background-color: white; color: #57AEC9;}

/* define behaviour for top text buttons */
.tbar:link, .tbar:visited, .tbar:active {
  font-weight: bold;
  font-face: Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #57AEC9;
}
.tbar:hover { background-color: #57AEC9; color: white;}
