.centered { 
    text-indent: 0;
    text-align: center; 
} 

a:link { color: #000099; }
a:active { color: green; }
a:visited { color: #663333; }

body { 
    background: white; 
    color: black; 
    font-family: sans-serif; 
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}


*.required {
    font-weight: bold;
}

body img {
    position: relative;
    left: 325px;
}
