/*Final External Style Sheet */
body {
background-image:url(images/marble.jpg);
background-color:#CCCCCC;
background-position:top right;
background-repeat:no-repeat;
background-repeat:repeat-y;
font-family:Arial;
font-size:14pt;
}


h1 {
color:black;
text-align:center;
font-size:19pt;
font-style:bold;
font-family:century;
}


#table1 {
border-style:solid;
border-collapse:collapse;

border-color:white;
border-width:2px;
}

#table2 {
border-style:solid;
border-collapse:collapse;

border-color:black;
border-width:2px;
}

#table1 td,#table1 th {
border-style:solid;
border-color:white;
border-width:2px;
}

#table2 td,#table2 th {
border-style:solid;
border-color:black;
border-width:2px;
}

#top {
background-color:silver;
}

#bottom {
background-color:silver;
text-align:center;
}

.day {
border-top-color:white;
border-top-style:dotted;
}

.place {
color:yellow;
font-style:italic;
}

a:unvisited,a:visited {
color:green;
}

a:hover {
text-decoration:none;
background-color;white;
}
