body 
{
background-image: url("../alg/images/logo3_klein.jpg"); 
color: #000000;
background-color: silver;
font-family:  serif;
}

a:link {color: blue}
a:visited {color: black}
a:hover {color: #FF00FF}
a:active {color: #0000FF}

TD { vertical-align: top }

img.r
{
margin:5px;
width: 20%;
border-style: ridge;
border: 1;
float:right;
min-width:100px;
max-width:300px;
}
img.rzr
{
margin:5px;
width: 20%;
border-style: none;
border: 1;
float:right;
min-width:100px;
max-width:300px;
}
img.l
{
margin:5px;
width: 20%;
border-style: ridge;
border: 1;
float:left;
min-width:100px;
max-width:300px;
}
img.lzr
{
margin:5px;
width: 20%;
border-style: none;
border: 1;
float:left;
min-width:100px;
max-width:300px;
}

img.maxw
{
margin:5px;
width: 100%;
border-style: ridge;
border: 1;
float:left;
min-width:100px;
max-width:500px;
}

h1
{
text-align: center;
color: purple;
}

h2
{
text-align: center;
color: purple;
}
h3
{
text-align: center;
color: blue;
}

table 
{
width: 100%
}
table.h 
{
width: 50%
float:right;
}
ul.navbar
{
list-style-type:none;
margin:0;
padding:0;
}

a.navbar:link,a.navbar:visited
{
display:block;
font-weight:bold;
color:black;
background-color: orange; 
width:110px;
text-align:center;
padding:3px;
text-decoration:none;
text-transform:lowercase;
}
a.navbar:hover,a.navbar:active
{
background-color: white;
}