/* simple style sheet for the wms testing pages */

/* some basic attributes */

h1,p,h2
{
color: "black";
font-family: "arial";
text-align: "justify":
}


body
{
background-color: "#ffffcc";
}

/* some special text attributes */
h1.center, p.centre 
{text-align: "center"}
/* some link style attributes */
a:link {color: "#FF0000"}
a:visited {color: "#FF00FF"}
a:hover {color: "#FF00FF"}
a:active {color: "#FF0000"
