/************
** General **
************/
body 
{   
	background-color: #101010;
	color: #000000;
	font-family: Courier New, monospace;
  font-weight: normal;
  font-size: normal;
  width: 508px;
  margin-left: auto;
  margin-right: auto;
}

h1
{
  font-weight: bold;
  font-size: large;
}

h2
{
  font-weight: lighter;
  font-size: small;
}

p
{
  font-weight: normal;
  font-size: normal;
}

li
{
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 16px;
  margin-right: 16px;
}

:a
{
  background-color: #ffdd73;
  color: #000000;
  font-family: Courier New, monospace;
  font-size: normal;
  text-decoration: underline; 
}

a:link    { color: #000000; text-decoration:underline; }
a:visited { color: #000000; text-decoration:underline; }
a:focus   { color: #303030; text-decoration:underline; }
a:hover   { color: #303030; text-decoration:underline; }
a:active  { color: #303030; text-decoration:underline; }


/************
** Message **
************/
#Message
{
	background-color: #ffdd73;
	color: #000000;
	font-family: Courier New, monospace;
  font-weight: normal;
  font-size: normal;
  width: 468px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}


/*********
** Menu **
*********/
#Menu
{
	background-color: #ffdd73;
	color: #000000;
	font-family: Courier New, monospace;
  font-weight: normal;
  font-size: normal;
  width: 468px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}


