
body {
  background : linear-gradient(to bottom right, #33ccff 0%, #ff99cc 100%);
}

h1 {
    font-size:50px;
    color: #808000;
    text-align: center;
}

h2{
     font-family: Times New Roman;
	  text-align: center;
}

h3{
	font-family: Times New Roman;
	font-size:15px;
}

table.exercise2
{
  border-style: dashed;
  bder-collapse:collapse;
  border-color: red;
  border-width: 5px;
}

td.month{
  border-style: solid;
  border-color: #000000;
  background-color:blue; 
  font-size:22px;
  color:white;
  border-width:0 px;
  align:center;
	
}

tr.weekdays {
  border-style: solid;
  border-color: #000000;
  background-color:#808080;
  border-width: 0 px;
  cellspacing:1;
  cellpadding:1;
  align:center;
}

tbody.days {
  border-style: solid;
  border-color: #000000;
  background-color:#F7F7F7;
  font-size:15px;
  text-align: center;
  
}

.footer{
  border-style: solid;
  border-color: #000000;
  background-color:#FFFF00	; 
  font-size:22px;
  color:#000000;
  border-width:0 px;
  align:center;
	
}