/* ides: aufsatz ueber navigation - style sheets */


a:link { 	
color:#CC0000; 
text-decoration : none;
}

a:visited {
color:#CC0000; 
text-decoration : none;
}

a:active	{
color:#CC0000; 
text-decoration : underline;
}

a:hover {
color: #CC0000; 
text-decoration : underline;
}
	
					
					
					
body {
background-color: #FFFFFF;
}

h2	{
font-family : verdana, geneva,  helvetica, lucida, sans-serif;
font-size: 1.0em;
font-weight: bold;
}

h3	{
font-family : verdana, geneva,  helvetica, lucida, sans-serif;
font-size: 0.9em;
font-weight: bold;
}

h4	{
font-family : verdana, geneva,  helvetica, lucida, sans-serif;
font-size: 0.8em;
font-weight: bold;
}


.default	{
font-family : verdana, geneva,  helvetica, lucida, sans-serif;
font-size: 0.8em; 
line-height: 1.5em
}

p {
font-family : verdana, geneva,  helvetica, lucida, sans-serif;
font-size: 0.8em; 
line-height: 1.5em}

.caption	{
font-family : verdana, geneva,  helvetica, lucida, sans-serif;
font-size: 0.7em;
line-height: 1.3em
}

ul {
list-style-type: square
}



dl {
font-family : verdana, geneva,  helvetica, lucida, sans-serif; 
font-size: 0.7em; 
line-height: 1.2em
}
