@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Bookman Old Style';
	font-weight: 400;
	font-size: 115%;
	background-color: white;
}

tr {
	vertical-align: top;
}

#navlist ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
  list-style-type: none;
}

#navlist li {
  display: inline;
  padding-right: 18px;
}

.nobulletlist ul, li {
  display: list-item;
  list-style-type: none;
}

#numlist li {
	list-style-type: decimal;
}

.ireland-page-subtitle {
    color: #003300;
	text-align: center;
	font-size: 150%;	
}

.britain-page-subtitle {
    color: #000033;
	text-align: center;
	font-size: 150%;	
}

.ireland-menucellns {
	border: 2px groove orange;
	background-color: white;
	color: #006600;
}

.britain-menucellns {
	border: 2px groove red;
	background-color: white;
	color: #000066;
}

.nam-menucellns {
	border: 2px groove blue;
	background-color: white;
	color: #000066;
}

.super {
	vertical-align: top;
	font-size: small;
	font-weight: bold;
}

.newspaper {
	margin-left: 10px;
	font-size: small;
}

.bar {
    background-color: #333333; 
	color: white;
	width: 100%;
	padding: .1em;	
}

.backtotop {
    color: yellow;
	font-weight: bold;	
}

.bigcheckmark {
	color: green;
	background-color: white;
	font-size: larger;
	font-weight: bold;
}

.bigcross {
    color: #aa0000;
	font-size: large;
	font-weight: bold;		
}