/* Murphy's Paw Style Sheet */


body {
	background-color:#BDBEBD;
	color : #505050;
	font-family : sans-serif;

}

h1,h2,h3,h4,h5,h6 {

	font-family : sans-serif;
	color:black;
	}
	
table.th {
	font-style : strong;
}	
	
a:link {

	color: #000050;
	background-color: #BDBEBD;
	text-decoration : underline
}

a:visited {

	color: #505050;
	background-color: #BDBEBD;
	text-decoration : underline
}

a:hover {

	color: #005000;
	background-color: #BDBEBD;
	text-decoration : underline
}

a:active {

	color: #500000;
	background-color: #BDBEBD;
	text-decoration : underline
}

.main {
	background-color:#BDBEBD;
	color : #505050;
	font-family :  sans-serif;

}




.welcome {
	text-align : center;
	color : blue;
	font-family: sans-serif;
	font-style : italic;
	font-size:150%;
	border : thin groove Aqua;
}

	
.welcomebody {
	text-align :left;
	color : green;
	font-family : sans-serif;
}

.disclaimer {
	text-align : center;
	color : Red;
	font-family : monospace;
	font-size : 75%
}

.centred {
	text-align : center;
}

.footnote {
	text-align : center;
	font-family : monospace;
	color : black;
}

.externallink {
	color : blue;
	text-decoration : underline;

}

.urgent {
	color : red;
	text-decoration : underline;
	font-weight:bolder;
	font-size: 150%;

}

.warning {
	color : red;
	font-style : italic;
	font-weight:bolder;
	font-size:110%;

}

.messagearea {
	text-align : center;
	font-family : serif;
	color : blue;


}
