/*
** home.css
**
** (c) Copyright 2006 Optimise Fitness Ltd
**
** Backgrounds and colours for Home pages
*/

body {
	background: url(../images/bg001.jpg) 0 0 fixed no-repeat #28439b;
	color: black;
}
#header h1, #header h2 {
	color: white;
}
#navigation a {
	border: silver solid thin;
	color: white;
	background: url(../images/bg001light.jpg) 0 0 fixed no-repeat #97a5c6;
}
#navigation a:hover {
	color: yellow;
	background: url(../images/bg001dark.jpg) 0 0 fixed no-repeat #20325c;
}
#contents {
	background: url(../images/bg001light.jpg) 0 0 fixed no-repeat #97a5c6;
}
#contents a {
	text-decoration: none;
	color: blue;
}
#contents a:hover {
	text-decoration: underline;
	color: yellow;
}
#links a {
	border: thin silver solid;
}
#links a:hover {
	border: thin yellow solid;
}
