/* Set the background */
BODY		{ 
		  background: gray;
		  color: black;
		}

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

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

/* Set the IMG style */
IMG		{ border: 0;
		}

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

/* Make the menu boxes consistant */
.submenu	{
		  color: black;
		  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: blue;
		  font-weight: bold;
		}
