body		{ font-family: Verdana, Arial, Helvetica, sans-serif;
              background-image:url('http://mysite.verizon.net/web2406/images/arttilea.jpg');  
              background-color:#E6EBF0;
              color:#002952;
              margin-top:0; 
              margin-bottom:0;
			 }
			
a:link {
   color:#1A4C80;
   text-decoration:none;
}
a:visited {
   color:#1A4C80;
   text-decoration:none;
}
a:hover {
   color:#297ACC;
   text-decoration:none;
}
a:active {
   color:#297ACC;
   text-decoration:none;
}
p           { color:#002952;
              margin-top:0;
              margin-bottom:0; }
h1          { color:#002952; 
              margin-top:0; 
              margin-bottom:0;
			}
h2          { color:#002952;
              margin-top:0; 
              margin-bottom:0;}
h3          { color:#002952;
              margin-top:0; 
              margin-bottom:0;}
table       {
              width:100%;
              background-color: #E6EBF0;
            }

table th    {
              background-color:#B8E6E6;
              color:#0052CC;
            }
}  

table td    {
              color:#002952; 
              margin-top:0; 
              margin-bottom:0;
			}

.elkbutton { color:#2E2F30;
             background-color:#B2BFCB;
             border-style:inset;
             width: 150 }

.darkbox {
              background-color:#99ADC2; 
}
table.darkbox td {
              border:0px;
}

select.bigblue {
    margin: 1em;
    display:block;
    background:#3366FF;
    border:2px solid #EE2E26;
    text-align:center;
    text-decoration:none;
    color:#CCFFFF;
    padding:10px;
    font:bold 24px/120% "Lucida Grande", Arial, Helvetica, sans-serif;
    border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
  }

table.event {
     width:100%;
     border-collapse: collapse;
     border-color: black;
}

table.event tr td {
              color:#FFFFFF;
              background-color:blue;
              width:14%;
            }

table.event tr:nth-child(even) td:nth-child(odd)
{
    background-color: green;
}

table.event tr:nth-child(odd) td:nth-child(even)
{
    background-color: green;
}

.calendar table {
     width:100%;
     border-collapse: collapse;
     background-color:#F5EBE6;
     border: 1px solid black;
}

.cal_header {
     border: 1px solid black;
}

.cal_day {
     background-color:#F5EBE6;
     border: 1px solid black;
}

.cal_item table, tr, td {
     border: 1px solid #F5EBE6;
}

