/*
Opus publishing system
Copyright (C) 2000-2007 The Hug
Distributed under GNU General Public License
http://www.the-hug.co.uk/opus/
*/

body {
background-color: white;
font-family: Arial, sans-serif;
font-size:11pt;
}


pre {font-family: courier, monospace}

code {font-family: fixedsys, courier new, courier, monospace}

/* regretable change to cope with people who can't set their browsers up
*/
h1 { font-size:22pt; }
h2 { font-size:18pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
sub { font-size: 8pt; }

small { font-size: 9pt; }

.small { font-size: 9pt; }

table.clean {
border-collapse: collapse;
border: 0;
border-right:  1px solid #707070;
border-bottom: 1px solid #707070;
}

table.clean th, table.clean td {
border-top:  1px solid gray;
border-left: 1px solid gray;
padding: 3px;
padding-left: 4px;
padding-right: 4px;
margin: 0;
border: 0;
border-top:  1px solid #707070;
border-left: 1px solid #707070;
}

table.noborder, table.noborder th, table.noborder td {
border: 0;
}

