/* CSS Document */body {    padding: 0;    margin: 0;    height: 100%;    font-size: 1em;    font-family: Georgia, "Times New Roman", Times, serif;    background: url(images/bodyBg.jpg) repeat top left;    color: #FFF;}/* ------------ CHANGE LINK COLOR HERE ------------ */a:link {    color: #FFF;    text-decoration: underline;}a:visited {    text-decoration: none;    color: #FFF;}a:hover {    text-decoration: underline;}a:active {    text-decoration: none;}#container {    position: relative;    margin: 200px auto;    padding: 0;    width: 771px;    height: auto;}#flash {    width: 771px;    height: 410px;    margin: 0;    padding: 0;    background: url(images/intro.jpg) no-repeat top left;}#linkdiv {    width: 771px;    height: 25px;    text-align: right;    color: #FFF;    margin-top: 10px;}#linkdiv a {    text-decoration: none;    padding-right: 20px;    background: url(images/skiparrow.jpg) no-repeat right center;    margin-right: 22px;}#linkdiv a:hover {    text-decoration: none;}