body {
    margin: 0px;
	padding: 0px;	
	}
	
h1 {
    font: 18pt georgia;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;	
	}
	
h2 {
    font: 16pt georgia;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;		
	}
	
h3 {
    font: 14pt georgia;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;		
	}

.mtext {
    font: 8pt georgia;
    font-weight: normal;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    color: #ffffff;
    }
.mtext a:link {
    font-weight: normal;
    padding: 1px 1px 1px 1px;
    background-color: #ffffff;	
	text-decoration: underline;
    color: #f7941d;
    }
.mtext a:visited {
    font-weight: normal;
    padding: 1px 1px 1px 1px;
    background-color: #ffffff;	
	text-decoration: underline;
    color: #f7941d;
    }
.mtext a:hover {
    font-weight: normal;
    padding: 1px 1px 1px 1px;
    background-color: #ffffff;
    text-decoration: underline;	
    color: #a863a8;
    }
