body                         { 
  color: black;  
  font-family: verdana, helvetica, arial, sans-serif; 
  background-color: #659ACE; 
  }
  
#media
            {
                margin-top: 15px;
            }
			
#noUpdate
            {
                margin: 0 auto;
                font-family:Arial, Helvetica, sans-serif;
                font-size: x-small;
                color: #cccccc;
                text-align: left;
                width: 210px; 
                height: 200px;	
                padding: 40px;
            }

a.homeLink:link    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }
a.homeLink:visited    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }
a.homeLink:hover    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }
a.homeLink:active    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }   
  
a.noticeLink:link    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }
a.noticeLink:visited    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }
a.noticeLink:hover    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }
a.noticeLink:active    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }   
