body {
    background-color: #ffffff;
    font-family: Tahoma, Verdana, Arial, Serif;
    font-size: 9pt;
    color: #000000;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #ff006a;
}

#menu {
	background: none;
	display: block;
	float: none;		
}

#menu h1, #menu img, #userMenu,
#tagline, #tagline2, #registerText, .recentActivity, .info,
#recipe2, #comments, 
#reply, #edit, 
#footerMenu, 
.breadcrumb,
.newsBox, .submit, 
.star-ratings-block ul li {
    display: none;
}    

li.current-rating {
	display: block;
}

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

#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%;
}            

