/* MenuStyleSheet.css to accompany MenuForSpirels.htm*/

body
{
     background-color: #9FF0DD;
		 color: #000000;
}

.avianne
{
 font-size: 20px;
 font-style: italic;
 border: 10px double #000000;
 background-color: #ffffff;
 padding: 10px 10px 10px 10px;
 text-align: center;
 width: 1000px;
}


.trash
{
 font-size: 20px;
 font-style: italic;
 border: 10px double #000000;
 background-color: #ffffff;
 padding: 10px 10px 10px 10px;
 text-align: center;
 width: 200px;
}

table
{
 font-size: 20px;
 font-style: italic;
 border: 10px double #000000;
 background-color: #ffffff;
 padding: 10px 10px 10px 10px;
 text-align: center;
 width: 1000px;
}
