/* MECCABINGO HOMEPAGE MASTER CSS */

h1
{
padding: 0px;
border: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #4f5050;
text-decoration: none;
}

h2
{
padding: 0px;
border: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #4f5050;
text-decoration: none;
}

p
{
padding: 0px;
border: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

td
{
border: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

a
{
padding: 0px;
border: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ff2e9a;
text-decoration: none;
}

a:hover
{
padding: 0px;
border: 0px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ff2e9a;
text-decoration: underline;
}

ul
{
margin:10px 0 0 0;
padding:0;
}

li
{
list-style:none;
display:inline;
margin:0 5px 0 5px;
}

ul.list

{padding:5px; margin:8px}

.list li

{list-style:disc outside none;display:list-item}



.unordered li
{
list-style:disc;
display:list-item;
margin:5px 20px;
}

.ordered li
{
list-style:decimal;
display:list-item;
margin:5px 0px;
}






