/* Set the background */
BODY		{ 
		  background: blue; 
		  color: white;
		}

/* Set the default text style */
P		{ color: white;
		}

/* Set the link style */
A		{ color: white;
		}

/* Used for the Current release tag */
H2		{ 
		  text-indent: 3em;
		}

/* No borders on images. */
IMG		{
		  border: 0;
		}

/* Make the title box look pretty */
.title		{
		  color: white;
		}

/* Make the menu boxes consistant */
.submenu	{
		  color: white;
		  text-align: center;
		}

/* The menu specs */
#menu		{ padding-left: 1%;
		  padding-right: 1%;
		  margin-left: 0;
		  margin-right: 5em;
		  vertical-align: top;
		}

/* The button specs */
.button		{
		  color: yellow;
		  font-weight: bold;
		}
