body { background-color: #333333;       color: #ffffcc;       margin: 20px;       padding: 0px;       font-family: Verdana, Geneva, Helvetica, sans-serif }h1 { text-align: center;     font-size: large }     h2 { text-align: center;     font-size: medium }     h3 { text-align: left;     font-size: medium }p { text-align: left;    font-size: small }a:link { color: #99cc66;         text-decoration: none }a:visited { color: #669966;            text-decoration: none }a:hover { color: #ff8000;          text-decoration: none }a:active { color: #ff0000;           text-decoration: none }           #CVcontent { width: 800px;           padding: 20px;           margin-left: auto;           margin-right: auto;           background-color: #000000 }
