@meta {Title: "Priston Festival style sheet"; }
BODY {font-size: 10pt; font-family: "sans-serif"; background: #B2E1FF }
A:link {text-decoration: none }
A:visited {text-decoration: none}
A:hover {text-decoration: none; color: red;}
A:active {text-decoration: none}
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");
} 


