

body {

	background-color: #212934;



}



/* TEXT */



.menutext {

	text-decoration: none;

	color: #000000;

}

:link { color: #000000 }  /* for unvisited links */

:visited { color: #000000 } /* for visited links */

a:active { color: blue } /* when link is clicked */

a:hover { color: blue } /* when mouse is over link */



p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

	font-weight: normal;

}



/* TABLES */



.menurow {

	text-align: center;
	
    background-color: #ffffee;

}


.textarea {

	text-align: left;

	background-color: #ffffee;

	vertical-align: top;

}


