/*
CSS Stylesheet for teaching page
(C) Jérôme Euzenat, 2008
$Id: style.css,v 1.2 2009/07/25 20:30:10 euzenat Exp $
*/

body {
    font-size: 12pt; 
    font-family: "Helvetica";
    margin: .5cm 0 0 0;
    background-color: #FAFAF4;
    background-image: url(spiral_backg.jpg);
    background-repeat: repeat-y;
    padding: 5px 5px 5px 2cm;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; 
     padding-top: 15px; 
     padding-bottom: 15px; 
}

dt.level1 { font-weight: bold; }

address { font-size: 60%; }

.location { text-align: center; 
	    border-bottom: 1px solid #000088; 
	    border-top: 1px solid #000088;
     padding-top: 3px; 
     padding-bottom: 3px; 
}

.header { font-weight: bold; font-size: 80%; }

a:link {  color: #0074CA; text-decoration: none; }
a[href]:hover {  color: #0074CA; text-decoration: none; background-color: #D3DBFE; }
a:visited { color: #0084E6; text-decoration: none}
.justification { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; letter-spacing: normal; text-align: justify; word-spacing: normal ; font-style: normal; font-weight: normal; font-variant: normal; white-space: normal}
.right { text-align:"right"; border="0" }


