@meta {Title: "Priston style sheet"; }
BODY {font-size: 10pt; font-family: "Times-New-Roman", "serif"; background: aqua}
P, TD {font-size: 10pt; } 
TD.SHADED { background: aqua }
A:link {text-decoration: none }
A:visited {text-decoration: none}
A:hover {text-decoration: none; color: red;}
A:active {text-decoration: none}
TD.NAVIGATION { font-size: 8pt; background: transparent }
TD.UPDATED { font-size: 8pt; background: transparent }
P.COPYRIGHT { font-size: 8pt; background: transparent }
P.NAVIGATION { font-size: 8pt; position: absolute; left: 2px; top: 2px; background: transparent }
SUP {font-style: italic; font-weight: bold; font-size: 8pt; font-family: "sans-serif"; color: red }
HR {background-color: black; color: black; height: 1px }
UL {margin-top: 0; margin-bottom: 12px; margin-left: 0; padding-left: 1.5em; }
#container
{
min-width: 800px;
max-width: 1024px;
width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 1024? "1024px" : "auto");
} 
#heart {
 position:relative;
 top:-100px;
 right:-200px;
}
#iframe {
z-index: 1;
}
#dog {
position: relative;
top:-50px;
right:100px;
z-index: 2;
}
#streetview {
position: relative;
top:-40px;
}



