/* Designed using CSS Designer for RISC OS
Author: Geoff Youngs (geoff@solutionsweb.co.uk)
Available from http://www.software.solutionsweb.co.uk/
Status: Freeware                                    */
BODY {
font-family: verdana, helvetica, Arial, sans-serif;
font-size: 10pt;
background-color: rgb(255,255,255);
margin-top: 1%;
margin-right: 2%;
margin-left: 2%;
width: auto;
}
H1 {
font-family: Verdana, Helvetica, Arial, Sans-Serif;
font-size: 140%;
text-transform: capitalize;
text-align: left;
}
H2 {
font-family: Verdana, Helvetica, Arial, Sans-Serif;
font-size: 120%;
text-transform: capitalize;
text-align: left;
}
A:link {
color: red;
text-decoration: none;
}
A:visited {
color: darkgreen;
text-decoration: none;
}
A:hover {
color: blue;
background: yellow;
text-decoration: none;
}
A:active {
color: blue;
text-decoration: none;
}
A:plain {
text-decoration: none;
}
div.main {
background: rgb(255,255,255);
margin-left: 1%;
padding-top: 0.1em;
padding-bottom: 0.1em;
padding-left: 2em;
border-top: none;
border-right: none;
border-bottom: none;
border-left: solid;
border-left-width: thin;
border-left-color: gray;
}
