/*
 * style file for Crucix Ltd web site
 * Simon Kershaw   webmaster @ crucix.com 9 Feb 2004
 */

/*
 * basic values to be used throughout the web site
 */

body
{
	font-size: 1em;
	line-height: 1.25em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	max-width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div
{
	text-align: center;
}

.blue
{
	color: #0000C0;
}

h1
{
	color: #0000C0;
	font-style: italic;
	font-size: 4.7em;
	text-align: center;
	margin-top: 0px;
}

h2
{
	color: #0000C0;
	font-style: bold;
	text-align: center;
	font-size: 1.2em;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #0000C0;
}
