﻿/* default.css - the default style sheet */
} 
td.m_out {
  background: #ffffff; 
}
td.m_on {
  background: #98CCA8;
}
td.m_out_none {
  background: ; 
}
body { 
  background-image: url('../images/aws_logo_background_144x132.jpg');

 }
A:link { color: #003366 } /* unvisited link */
A:visited { color: #660033 } /* visited links */
A:active { color: red } /* active links - in process of linking*/
A:hover { color: red } /* hover over link */