body {
    font-family: 'Open Sans', sans-serif;
    }
a:link, a:visited {
	text-decoration: underline;
	color: #8888FF;
	}
/*
h1 {    
    background-color:#CCC;
    border: 1px solid;
    color:#39F;
    text-align: center;
    }
    
table {
    background-color: #F60;
    border: 1px solid #39F;
    width: 100%;
    }
td {
    border: 0px;
    text-align: center;
    }
p {
    color:#09F;
    text-indent: 20px;    
	
    }
*/