/* 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;
		}

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

/* Make the menu boxes consistant */
.submenu	{
		  border-width: 0.1em;
		  border-style: solid;
		  width: 96px;
		  color: white;
		  text-align: center;
		}

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

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