@import url("../style/one.basic.css");
@import url("../style/one.css");

/*
print.css 27/05/02
See http://www.alistapart.com/stories/goingtoprint/ and http://www.alistapart.com/stories/goingtoprint/discuss/
*/

body {
margin: 0;
padding: 0;
background-color: transparent;
font-size: 12pt;
font-family: georgia, new york, palatino, verdana,trebuchet ms, serif, sans-serif;
}

h3 {
font-size: 110%;
font-weight: bold;
}

.content {
width: 95%;
max-width: 95%;
}

.menu {
width: 5%;
}

.breadcrumbs {
font-size: 80%;
line-height: 1.4em;
}

a:link, a:visited {
color: #cc0000;
background: transparent;
text-decoration: underline;
}

p a[href^="http://"]:link:after, p a[href^="http://"]:visited:after {
content: " ( " attr(href) " ) ";
font-size: 5pt;
text-decoration: none;
font-weight: normal;
}

#site dl dt a:link:after, p a:visited:after {
content: " ( http://dundmeth.webspace.fish.co.uk/" attr(href) " ) ";
font-size: 5pt;
text-decoration: none;
font-weight: normal;
}

#site dl dt a[href^="/"]:link:after, p a[href^="/"]:visited:after {
content: " ( http://dundmeth.webspace.fish.co.uk" attr(href) " ) ";
font-size: 5pt;
text-decoration: none;
font-weight: normal;
}
