/* style sheet for CVG pages with logo on the side */

p.location {
 font: bold 75% sans-serif;
}

p.update {
 font-style: italic;
}

pre.bibtex {
 font-family: courier,sans-serif;
}

address
{
 font-style: normal; /* not italic or slant */
}

/* we like matte blue */
a:link {color: #128bcc}
a:visited {color: #0230cc}
a:active {color: #128bcc}

h1, h2, h3
{ 
 text-align: left;
}
h1 
{ 	
 font: 300% sans-serif;
}
h2 
{ 
 font: bold 150% sans-serif;
}
h3
{
 font: bold 150% sans-serif;
 color: #128bcc;
}

body
{
 margin: 2em 1em 2em 70px;
 font-family: sans-serif;
 color: black;
 background: white;
 background-position: top left;
 background-attachment: fixed;
 background-repeat: no-repeat;
}


/* this is more personal */

body
{
 background-image: url("http://www.cvg.cs.rdg.ac.uk/styles/vsworld.gif");
}

