body {
    background-color: #f00;
    color: #ff0;
    font-family: verdana, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 0;
    padding: 1em;
    text-decoration: none;
}

a {
    color: #600;
}

.Recipie {
    border: 3px solid;
    padding: 1em;
    margin-bottom: 3px;
}

.Title {
    font-size: 18pt;
    font-weight: bold;
    margin: 1em;
}

.Ingredients {
    background-color: #600;
    margin: 0;
    float: right;
    padding: 1em;
}

.IngredientQuantity {
    padding-right: .5em;
    text-align: right;
    width: 30%;
}

.IngredientDescription {
    padding-left: .5em;
    text-align: left;
    width: 70%;
}

.Directions {
    margin-top: 1em;
}

.Step {
    display: list-item;
    list-style-type: circle;
    margin-left: 1em;
}

.Exposition {
    margin-top: 1em;
}

.ExpositionItem {
}

.Object {
    color: #990;
    font-weight: bold;
}

.IngredientUse {
    color: #990;
    font-weight: bold;
}

.Duration {
    color: #990;
    font-weight: bold;
}

.Temperature {
    color: #990;
    font-weight: bold;
}

.Navigation {
    border: 3px solid;
    margin-top: 3px;
    padding: 1em;
}
/*
setup vim: set filetype=css tabstop=4 shiftwidth=4 shiftround textwidth=0 :
setup vim: set nowrap autoindent foldmethod=indent foldlevel=0 :
buffer: set_noexpandtab_and_retab_when_reading :
buffer: expand_tabs_in_output strip_trailing_whitespace_on_write :
*/
