/* This is the css for the Twillingate observatory web pages  */
/* Copyright 2006 Simon Dawson                                */

	body, html, p, ul
 	{
	background: #000000;
	color: #ffffff;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
	}

	h1
	{
	background: #000000;
	color: #ffff00;
	font-size: 16pt;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
   	}

	h2
	{
	background: #000000;
	color: #ffff99;
	font-size: 12pt;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
   	}

 	a:link, a:visited
 	{
	color: #99ff99;
	font-size: 10pt;
 	font-family: verdana, arial, sans-serif;
 	text-decoration: none;
 	}

	a:hover, a:active
 	{
 	color: #ffff00;
	font-size: 10pt;
	font-family: verdana, arial, sans-serif;
 	text-decoration: none;
	background: #0000ff;
 	}
	.backimg
	{
	background-image: url(images/background.jpg);
	background-color: #000000;
	}