/* Use:
<link rel="stylesheet" type="text/css"
      href="styles/basic.css">
*/

body {
background-image: url("http://www.cs.stir.ac.uk/~sbj/images/marble.jpg") ; 
background-color: aliceblue ;
font-size: 90% ; /*  Normal is too large for IE */
font-family: verdana, "trebuchet ms", sans-serif ;
}

a:hover {
background: #dddddd
}

tr {vertical-align: baseline}

li {margin-top: 5px; margin-bottom: 5px;}

/* pre and tt look a bit small relative to surrounding text, so */
pre, tt {
font-size: larger; 
}

address {
text-align: center;
}


/*  BELOW HERE: SAMPLES ONLY: NOT IN USE

H1, H2, H3 {
color:           green
}
H1 {
font-size:       18pt ; 
font-weight:     200
}
H2 {
font-size:       14pt ;
font-weight:     500
}
H3 {
font-size:       12pt ; 
font-weight:     500
}
TT, PRE {
font-size:       11pt
}

*/

