/*reviews.css*/

@import url(standard.css);

/*Contents and information about artists*/
div.contents, div.artist {
    border: thin outset silver
}

/*Artist's name*/
h3 {
    color: red;
    font-size: 1.5em;
    margin-top: 1em;
    text-decoration: underline
}

/*Outline and recordings*/
h4 {
    font-size: 1.2em;
    margin-top: 1em;
    margin-left: 1em;
    text-decoration: underline
}

/*Contents and outline*/
div.contents, div.artist, div.general_info {
    margin-right: 1em;
    margin-left: 1em
}

/*Recordings*/
div.recordings {
    margin-right: 1em;
    margin-left: 2em
}

/*For adult*/
span.for_adult {
    color: red
}

/*Estimation*/
span.estimation {
    color: yellow
}

/*Copyrights of magazines, etc*/
span.sub {
    font-size: smaller
}

div.general_info, div.recordings {
    background: black
}

