/*
   New Perspectives on JavaScript
   Tutorial 3
   Review Assignment
   Filename: yearly.css

   This file contains styles applied to the yearly calendar table
*/

#yearly_table      {border: 1px solid black; font-size: 8pt; width: 650px;
                    font-family: Arial, Helvetica, sans-serif; background-color: white}
#yearly_table a:link {color:#FFFFFF}
#yearly_table a:visited {color:#FFFFFF}
#yearly_title      {
	color: white;
	background-color: #527B00;
	letter-spacing: normal;
	font-size: 12pt;
	height: auto;
}

.yearly_months     {vertical-align: top; border: solid 1px black;}

.monthly_table     {font-size: 8pt; width: 100%; background-color: white;}

.monthly_title     {background-color: #527B00; color: white; letter-spacing: 4;}

.monthly_weekdays  {border-bottom: 1px solid black;}

.monthly_dates     {text-align: center;}

.monthly_dates2    {background-color: #527B00; color: white; text-align: center;}

.link     {color: #FFFFFF text-align: center;}

#today             {font-weight: bold; color: #527B00; background-color: ivory; 
                    border: 1px solid black; text-align: center;}
					
a {
	color: #FFFFFF;
	text-decoration: underline;
}
