/* Dr. Alexandra Zaric printstylesheet */

BODY {
     color: black; 
     background: white;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link, A:visited {
     background: white; 
     color: black; 
     text-decoration: underline;
     font-weight: bold;
}

H1, H2, H3 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
}


#outline {
	height: auto;
}

#top{
	height: auto;
}

#menu {
	height: auto;
}

#middle{
height: auto;
}

#left{
 height: auto;
}

#right{
 height: auto;
}

#bottom{
 height: auto;
}

#footertext {
	font-size: medium;
 font-weight: bold;	
}