        body
        {
          background-color: #3E89B3;
        }
        
        a, a.visited
        {
          color: black;
        }
        
        .top 
        {
          width: 700px;
          font-family: verdana, arial;
          font-size: 11px;
          margin-left: auto;
          margin-right: auto;
        }
        
        .title
        {
          font-weight: bold;
          font-size: 14px;
        }
        
        .reaction
        {
          margin-top: 10px;
          margin-bottom: 10px;
          padding: 10px;
          background-color: #DBF0F7;
        }
        
        .collection
        {
          margin-top: 10px;
          margin-bottom: 10px;
          padding: 10px;
          background-color: #DBF0F7;
        }
        
        .path
        {
          font-weight: bold;
        }
        
        .date
        {
          float: right;
        }

	    .messageheader
	    {
          margin-top: 10px;
	    }
        
        .message
        {
          border: solid black 1px;
          background-color: lightblue;
          padding: 2px;
        }
        
        .actions
        {
          margin-top: 10px;
          margin-bottom: 10px;
        }
        
        .actions a, actions a:visited
        {
          border: solid black 1px;
          padding: 4px;
          background-color: white;
          color: blue;
        }
        
        .status
        {
          color: red;
        }
        
