/* Adrian's standard style sheet */

<STYLE type="text/css">

img {text-align: center}

/* Set the main font to be 11pt sans-serif with a rather stretched line spaceing.

   Text width is set to roughly match \rm font in an 11pt LaTeX A4 pagesize document.

   Have a nice left hand margin, which still doesn't cause line overruns on an 800 
   pixel wide display.

*/

body {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
line-height:140%;
color:#666;
background:#fff;
margin-left:80px;
width:550px;
padding:0;
text-align:left;}

img {border:0 none;}

.sys_sitewrap a {color:#0665a9; text-decoration:none;}
.sys_sitewrap a:hover {text-decoration:underline;}

h1, h2, h3, h4, h5, h6 {
margin:0 0 .3em 0;
padding:0;
line-height:1em;
}

h1 {
margin-top:.5em;
margin-bottom:.7em;
font-size:1.9em;
font-weight:400;}

h2 {
margin-top:.5em;
color:#036cb6;
font-size:1.7em;
font-weight:400;}

h3 {
font-size:1.3em;
font-weight:700;}

h4 {
font-size:1.2em;
font-weight:700;}

h5 {
font-size:1.1em;
font-weight:700;}

h6 {
font-size:1em;
font-weight:700;}

p {margin:0 0 1em 0;}

a, a:link
{

	text-decoration: none;
	color: blue;
}

a:visited
{

	text-decoration: none;
	color: purple;
}

a:hover
{
	text-decoration: underline;	
}

</STYLE>


