/* Styles for Greece Homepage */ body { background-color: rgb(245,245,255); font-size: 100%; } div#heading { color: rgb(0, 0, 128); font-size:100%; background-image: url('greece-beach.jpg'); background-repeat: no-repeat; position: absolute; width: 700px; height: 150px; left: 0px; top: 0px; } div#links { position: absolute; width: 500px; height: 400px; left: 150px; top: 110px; border-width: 2px; } div#main { font-family: Verdana; color: rgb(0,0,128); position: absolute; width: 650px; height: 400px; left: 50px; top: 150px; bottom: -1px; } h1 { font-size: 250%; text-align: center; font-family: Papyrus; } h2 { font-size: 130%; text-align: left; } a { font-size: 110%; font-family: Verdana; text-decoration: underline; } a:link { color: rgb(0,0,128); } a:visited { color: rgb(0,0,80); } a:hover { color: rgb(255,255,255); background-color: rgb(0, 0, 128); } a:active { color: rgb(0,0,80); } p { font-size: 90%; }