body {
       font-family: Verdana, Arial, sans-serif;
       font-size: medium;
       background-color: #99CCFF;
       color: black;
       border: none;
       }

table {
        align: left;
	border: none;
#	border: solid #000 3px;
        }

td {
	 border: none;
}

.emailtable_table {
	border-bottom: solid 1px #606060;
	border-right: solid 1px #606060;
}

.emailtable {
       border-top: solid 1px #606060;
       border-left: solid 1px #606060;
}

a {
    color: blue;
    text-decoration: none;
    font-size: medium;
    }

a:hover {
    color: green;

} 

img {
     border: none;
      }


.debug {
         font-weight: bold;
         color: red;
         }		

.warning {
         font-weight: bold;
         color: red;
         }		

.title { 
         font-weight: bold;
         font-size: x-large;
	 font-style: normal;
         }

.subtitle { 
            font-weight: bold;
            font-size: large;
	    font-style: normal;
}

h1 {
         font-weight: bold;
         font-size: x-large;
	 font-style: normal;
         }

h2 {
            font-weight: bold;
            font-size: large;
	    font-style: normal;
}

.small {
	font-size: small;
} 

.mtime {
    font-style: italic;
	font-size: small;
	text-align: right;
}
