body {
background-color: rgb(0, 0, 0);
background-image: url('/~lba/common/images/Portrait.jpg'); 
background-repeat: no-repeat; 
background-position: center; 
background-attachment: fixed;
color: rgb(230, 80, 70); 
font-family: "Courier New, Monospace";
margin-right: 10%; 
margin-left: 10%;
}

h1 {
color: rgb(240, 80, 70); 
text-align: center; 
font-family: "Courier New, monospace"; 
font-variant: small-caps; 
font-weight: 100;
font-size: 4em; 
}

h2 {
color: rgb(240, 80, 70);
text-align: left;
font-family: "Courier New, monospace";
font-variant: small-caps;
font-weight: 100;
font-size: 2em;
}

h3 {
color: rgb(240, 80, 70);
text-align: left;
font-family: "Courier New, monospace";
font-variant: small-caps;
font-weight: 100;
font-size: 3em;
}

table {
margin-left: auto; 
margin-right: auto;
}

a {
text-decoration: none;
}

a:link {
color: rgb(200, 150, 100);
}

a:visited {
color: rgb(200, 50, 50);
}

a:hover {
color: rgb(200, 10, 75);
}

div.center {
text-align: center;
}

div.right {
text-align: right;
}

div.left {
text-align: left;
}

.floatright {
float: right;
}

#head{
width:100%;
}

#container{
position: relative;
}


#content{
width:75%;
position:absolute;
top: 12em;
right:2%;
}

#index{
width:20%;
position:absolute;
top: 11em;
left:6%;
}

#menu {
padding:0;
margin:0;
}

#menu li {
list-style-type:none;
font-size: 10pt;
}

div#footer {
font-size: 8pt;
font-family: arial,helvetica,sans-serif;
font-weight: normal;
background-color: transparent;
padding-bottom: 5px;
text-align: center;
width: 100%;
position: absolute;
bottom: 0;
}


p:first-letter {
color: rgb(230, 80, 70); font-size:large;
}

p:first-line {
font-variant: small-caps;
}

img.portrait {border: 2px solid; width: 375px; height: 500px;}
img.landscape {border: 2px solid; width: 500px; height: 375px;}

td.left {text-align: left;}
td.center {text-align: center;}
td.right {text-align: right;}
