/* 
	home.css - 21 July 2005 - mpattersonATvodafone.ie 
	Home page stylesheet.
	
	#F0037F	Magenta
	#F1B5CC Magenta Tint
	#ABDA4D	Green
	#D7E7B3	Green Tint
	#00A0C6	Blue
	#6FCBF1 Blue Tint
	#F0AD00	Orange
	#F6D596 Orange Tint
	#FFFFFF	White
	#000000 Black
*/
body {
	background-color: #FFFFFF;
	margin: 10px; }
div#home {
	text-align: center; }
a, a:link, a:visited, a:active {
	color: #00A0C6;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none; }
a:hover {
	color: #00A0C6;
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline; }
	