body {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
	color: #000;
    margin: 0;
    padding: 0;
    }
	
a {
    color: #000;
    text-decoration: none;
    }
	
a:visited {
    color: #000;
    }
	
a:hover {
    text-decoration: underline;
    }
strong {
    color: #000;
    }
h1 {
    color: #900;
    font-size: 1.25em;
    margin: 0;
    padding: 20px 0 0;
        }
		
.textRight {
	text-align:right;	
}

.textCenter {
	text-align:center;	
}
		