/* Created using Style Master from Western Civilisation CSS1 { 2 2 558 625 } */

/* Make sure you've got a page with well-formed standards based HTML 4.01, link it to this style sheet and you should see the result straight away. */

/* The <html> element is just that, an element. So there's no reason why you can't give it its own style then make it appear around the <body> using a margin - that's all we do here. You might even like to add your own background image properties to this element to get an even more dynamic effect. */

html {
background-color: #ffffff;
}

body {
margin: 4;
background-color: #ffffff;
font-size: 1em;
border: 2px #486ba1 solid;
font-family: Geneva, Arial, Helvetica, sans-serif;
scrollbar-face-color: #3366CC;
scrollbar-highlight-color: #FF6666;
scrollbar-3dlight-color: #FF6666;
scrollbar-darkshadow-color: #FF6666;
scrollbar-shadow-color: #FF6666;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #FF6666;

}

a:link {
color: #3366CC;
font-family: Arial, Helvetica, san-serif;
cursor: none;
}

a:visited {
color: #3366CC;
}

a:active {
color: #FF6666;
}

a:hover {
color: #FF6666;
text-decoration: none;
}






