body {
    background-color: #ffffff;
    font-family: Tahoma, Verdana, Arial, Serif;
    font-size: 12pt;
	line-height: 1.7em;
    color: #000000;
	margin: 0;
	padding: 0;
}

#topMenu, #menu, #recipe2, #comments, #reply, #edit, #footerMenu, .breadcrumb, .actions {
    display: none;
}    

#banner h1 {
    font-size: 160%;
}

#recipePage {
    width: 80%;
    margin: 50px auto;
    border: 1px dashed #000000;    
    padding: 15px;
}
    
#recipePage h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}    

#footer {
    font-size: 80%;
}            

a {
    text-decoration: none;
    color: #000000;
}    